Diverse build.info: Adjust paths
authorRichard Levitte <levitte@openssl.org>
Tue, 8 Sep 2020 11:07:46 +0000 (13:07 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 10 Sep 2020 07:50:56 +0000 (09:50 +0200)
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)

crypto/bn/build.info
crypto/poly1305/build.info
crypto/ripemd/build.info
test/build.info

index a40bcdca0f513515cc69373121fa6425104d9229..093cbcc7f17b371db8c475ab7865cfa7775d3c66 100644 (file)
@@ -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
index b3078f21cc00d47145638350c920bc4ac9fff212..9e4085f9faf92adf92e0d526811236ade44fbf9e 100644 (file)
@@ -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]=..
index 4cc5b3a2ebaf6747db1dd217bbe721917942d162..762067e63551754ff8a9053adb3145a4eb0baeea 100644 (file)
@@ -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
index 16ff48e24b16db6d5bd7c7e8c41bc38839f9a9c9..7c80b16284168701c0b9aead93f094dc491c60e6 100644 (file)
@@ -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} -}]