summaryrefslogtreecommitdiffstats
path: root/crypto/evp/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-26 15:25:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-26 15:25:33 +0000
commit7a4bd34a4f6d0c0745dd5710c0f4dba614e8dfac (patch)
treef7bf636ada3cb66b3e3b22f6ee37d49701f3f4a1 /crypto/evp/Makefile
parent4ead4e5241bd08989f9d6305ff21f9da0614f955 (diff)
FIPS mode EVP changes:
Set EVP_CIPH_FLAG_FIPS on approved ciphers. Support "default ASN1" flag which avoids need for ASN1 dependencies in FIPS code. Include some defines to redirect operations to a "tiny EVP" implementation in some FIPS source files. Change m_sha1.c to use EVP_PKEY_NULL_method: the EVP_MD sign/verify functions are not used in OpenSSL 1.0 and later for SHA1 and SHA2 ciphers: the EVP_PKEY API is used instead.
Diffstat (limited to 'crypto/evp/Makefile')
-rw-r--r--crypto/evp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/Makefile b/crypto/evp/Makefile
index 4aa24fddfb..99eba94c67 100644
--- a/crypto/evp/Makefile
+++ b/crypto/evp/Makefile
@@ -55,7 +55,7 @@ top:
all: lib
lib: $(LIBOBJ)
- $(AR) $(LIB) $(LIBOBJ)
+ $(ARX) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib