From eead69f5ed15510b65df545a083a0b63abc6b29d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 21 Feb 2011 14:07:15 +0000 Subject: Make fipscanisteronly build only required files. --- Makefile.fips | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.fips') 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: -- cgit v1.2.3