From: Ben Laurie Date: Wed, 22 Oct 2003 11:05:19 +0000 (+0000) Subject: Include extra libraries/flags. X-Git-Tag: BEN_FIPS_TEST_2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=50c71f8701ba04e77d75d3b111e67cb634431ca3;p=oweals%2Fopenssl.git Include extra libraries/flags. --- diff --git a/fips/aes/Makefile.ssl b/fips/aes/Makefile.ssl index 192912cee1..48b5c5ffcd 100644 --- a/fips/aes/Makefile.ssl +++ b/fips/aes/Makefile.ssl @@ -73,7 +73,7 @@ top_fips_aesavs: (cd $(TOP); $(MAKE) DIRS=fips FDIRS=$(DIR) TARGET=fips_aesavs sub_target) fips_aesavs: fips_aesavs.o $(TOP)/libcrypto.a - $(CC) $(CFLAGS) -o fips_aesavs fips_aesavs.o $(TOP)/libcrypto.a + $(CC) $(CFLAGS) -o fips_aesavs fips_aesavs.o $(PEX_LIBS) $(TOP)/libcrypto.a $(EX_LIBS) TOP=$(TOP) $(TOP)/fips/openssl_fips_fingerprint $(TOP)/libcrypto.a fips_aesavs fips_test: top top_fips_aesavs diff --git a/fips/des/Makefile.ssl b/fips/des/Makefile.ssl index 6f753585b0..903b6334db 100644 --- a/fips/des/Makefile.ssl +++ b/fips/des/Makefile.ssl @@ -71,7 +71,7 @@ top_fips_desmovs: (cd $(TOP); $(MAKE) DIRS=fips FDIRS=$(DIR) TARGET=fips_desmovs sub_target) fips_desmovs: fips_desmovs.o $(TOP)/libcrypto.a - $(CC) $(CFLAGS) -o fips_desmovs fips_desmovs.o $(TOP)/libcrypto.a + $(CC) $(CFLAGS) -o fips_desmovs fips_desmovs.o $(PEX_LIBS) $(TOP)/libcrypto.a $(EX_LIBS) TOP=$(TOP) $(TOP)/fips/openssl_fips_fingerprint $(TOP)/libcrypto.a fips_desmovs fips_test: top_fips_desmovs diff --git a/fips/dsa/Makefile.ssl b/fips/dsa/Makefile.ssl index 4aabe5553a..1b8f94a63c 100644 --- a/fips/dsa/Makefile.ssl +++ b/fips/dsa/Makefile.ssl @@ -71,7 +71,7 @@ top_fips_dssvs: (cd $(TOP); $(MAKE) DIRS=fips FDIRS=$(DIR) TARGET=fips_dssvs sub_target) fips_dssvs: fips_dssvs.o $(TOP)/libcrypto.a - $(CC) $(CFLAGS) -o fips_dssvs fips_dssvs.o $(TOP)/libcrypto.a + $(CC) $(CFLAGS) -o fips_dssvs fips_dssvs.o $(PEX_LIBS) $(TOP)/libcrypto.a $(EX_LIBS) TOP=$(TOP) $(TOP)/fips/openssl_fips_fingerprint $(TOP)/libcrypto.a fips_dssvs Q=../testvectors/dsa/req diff --git a/fips/sha1/Makefile.ssl b/fips/sha1/Makefile.ssl index 00ce6d15fa..952060b1f0 100644 --- a/fips/sha1/Makefile.ssl +++ b/fips/sha1/Makefile.ssl @@ -81,7 +81,7 @@ top_fips_sha1test: (cd $(TOP); $(MAKE) DIRS=fips FDIRS=$(DIR) TARGET=fips_sha1test sub_target) fips_sha1test: fips_sha1test.o $(TOP)/libcrypto.a - $(CC) $(CFLAGS) -o fips_sha1test fips_sha1test.o $(TOP)/libcrypto.a + $(CC) $(CFLAGS) -o fips_sha1test fips_sha1test.o $(PEX_LIBS) $(TOP)/libcrypto.a $(EX_LIBS) TOP=$(TOP) $(TOP)/fips/openssl_fips_fingerprint $(TOP)/libcrypto.a fips_sha1test fips_test: top_fips_sha1test