summaryrefslogtreecommitdiff
path: root/fips/des/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'fips/des/Makefile.ssl')
-rw-r--r--fips/des/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
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