summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben>2003-10-22 11:05:17 +0000
committerben <ben>2003-10-22 11:05:17 +0000
commit5fdde6142ae192143bb241550668a46e8d81fb58 (patch)
tree985032a9c84080558ae32fdf296bf273be0e12f9
parent1dda702d7c4e7feb0ece4a9438591b20337e11fc (diff)
downloadopenssl-5fdde6142ae192143bb241550668a46e8d81fb58.tar.gz
Include extra libraries/flags.
-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 192912cee..48b5c5ffc 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 6f753585b..903b6334d 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 4aabe5553..1b8f94a63 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 00ce6d15f..952060b1f 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