From 7b23c126e604dbc7e13bdf69b968ae9f8131a7fc Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 18 Jan 2012 01:40:36 +0000 Subject: undef some symbols that cause problems with make depend for fips builds --- crypto/evp/evp_locl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/evp/evp_locl.h') diff --git a/crypto/evp/evp_locl.h b/crypto/evp/evp_locl.h index 53308446e9..08c0a66d39 100644 --- a/crypto/evp/evp_locl.h +++ b/crypto/evp/evp_locl.h @@ -352,6 +352,7 @@ int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, #ifdef OPENSSL_DOING_MAKEDEPEND #undef SHA1_Init +#undef SHA1_Update #undef SHA224_Init #undef SHA256_Init #undef SHA384_Init -- cgit v1.2.1