summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-21 14:07:15 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-21 14:07:15 +0000
commiteead69f5ed15510b65df545a083a0b63abc6b29d (patch)
tree58a62659e43048b0c7457f4757818bbccd6e1e45 /Makefile.fips
parentab8a4e54dbada9bdc7f4786fb54e1f6e7ae52bc7 (diff)
Make fipscanisteronly build only required files.
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.fips b/Makefile.fips
index f8307cbf69..929fa95c50 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -147,8 +147,8 @@ SHLIBDIRS= crypto
# dirs in crypto to build
SDIRS= \
sha hmac des aes modes \
- bn ec rsa dsa ecdsa dh ecdh \
- buffer rand evp cmac
+ bn ec rsa dsa ecdsa dh \
+ buffer rand evp # ecdh cmac
# keep in mind that the above list is adjusted by ./Configure
# according to no-xxx arguments...
@@ -372,7 +372,7 @@ build_crypto:
else \
AS='$(CC) -c' ; \
fi ; export AS ; \
- dir=crypto; target=all; $(BUILD_ONE_CMD)
+ dir=crypto; target=fips; $(BUILD_ONE_CMD)
build_ssl:
@dir=ssl; target=all; $(BUILD_ONE_CMD)
build_engines: