mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-27 18:24:37 +00:00
Diverse build.info: Adjust paths
Fixes #12815 Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/12816)
This commit is contained in:
parent
bb30bce22b
commit
b830e00429
@ -126,8 +126,6 @@ DEFINE[../../providers/libfips.a]=$BNDEF
|
||||
DEFINE[../../providers/liblegacy.a]=$BNDEF
|
||||
DEFINE[../../providers/libimplementations.a]=$BNDEF
|
||||
|
||||
INCLUDE[../../libcrypto]=../../crypto/include
|
||||
|
||||
INCLUDE[bn_exp.o]=..
|
||||
|
||||
GENERATE[bn-586.s]=asm/bn-586.pl
|
||||
|
@ -34,7 +34,7 @@ SOURCE[../../libcrypto]=poly1305.c $POLY1305ASM
|
||||
# Implementations are now spread across several libraries, so the defines
|
||||
# need to be applied to all affected libraries and modules.
|
||||
DEFINE[../../libcrypto]=$POLY1305DEF
|
||||
DEFINE[../providers/libimplementations.a]=$POLY1305DEF
|
||||
DEFINE[../../providers/libimplementations.a]=$POLY1305DEF
|
||||
|
||||
GENERATE[poly1305-sparcv9.S]=asm/poly1305-sparcv9.pl
|
||||
INCLUDE[poly1305-sparcv9.o]=..
|
||||
|
@ -14,7 +14,7 @@ ENDIF
|
||||
|
||||
# Implementations are now spread across several libraries, so the defines
|
||||
# need to be applied to all affected libraries and modules
|
||||
DEFINE[../providers/libimplementations.a]=$RMD160DEF
|
||||
DEFINE[../../providers/libimplementations.a]=$RMD160DEF
|
||||
|
||||
SOURCE[../../libcrypto]=rmd_dgst.c rmd_one.c $RMD160ASM
|
||||
DEFINE[../../libcrypto]=$RMD160DEF
|
||||
|
@ -685,7 +685,7 @@ IF[{- !$disabled{tests} -}]
|
||||
DEPEND[keymgmt_internal_test]=../libcrypto.a libtestutil.a
|
||||
|
||||
SOURCE[ffc_internal_test]=ffc_internal_test.c
|
||||
INCLUDE[ffc_internal_test]=.. ../include ../apps/include ../crypto/include
|
||||
INCLUDE[ffc_internal_test]=.. ../include ../apps/include
|
||||
DEPEND[ffc_internal_test]=../libcrypto.a libtestutil.a
|
||||
|
||||
IF[{- !$disabled{mdc2} -}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user