Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fips
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2003-10-22 15:05:19 +0400
committerBen Laurie <ben@openssl.org>2003-10-22 15:05:19 +0400
commit50c71f8701ba04e77d75d3b111e67cb634431ca3 (patch)
tree096f781d871d9140984734e20f694bb294f40c29 /fips
parentf25b0dddbb5ccba4ec0dc8fb4536860b14bd46e0 (diff)
Include extra libraries/flags.
Diffstat (limited to 'fips')
-rw-r--r--fips/aes/Makefile.ssl2
-rw-r--r--fips/des/Makefile.ssl2
-rw-r--r--fips/dsa/Makefile.ssl2
-rw-r--r--fips/sha1/Makefile.ssl2
4 files changed, 4 insertions, 4 deletions
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