diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-02-21 14:07:15 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-02-21 14:07:15 +0000 |
commit | eead69f5ed15510b65df545a083a0b63abc6b29d (patch) | |
tree | 58a62659e43048b0c7457f4757818bbccd6e1e45 /Makefile.fips | |
parent | ab8a4e54dbada9bdc7f4786fb54e1f6e7ae52bc7 (diff) | |
download | openssl-new-eead69f5ed15510b65df545a083a0b63abc6b29d.tar.gz |
Make fipscanisteronly build only required files.
Diffstat (limited to 'Makefile.fips')
-rw-r--r-- | Makefile.fips | 6 |
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: |