From: Ulf Möller Date: Thu, 15 Jul 1999 23:44:04 +0000 (+0000) Subject: NO_HMAC. X-Git-Tag: OpenSSL_0_9_4~98 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9a3bbbce9180c7fb9a5566dc5722b50f39aeaba1;p=oweals%2Fopenssl.git NO_HMAC. --- diff --git a/crypto/evp/p5_crpt2.c b/crypto/evp/p5_crpt2.c index 65c4afa9bb..27a2c518be 100644 --- a/crypto/evp/p5_crpt2.c +++ b/crypto/evp/p5_crpt2.c @@ -55,6 +55,7 @@ * Hudson (tjh@cryptsoft.com). * */ +#if !defined(NO_HMAC) && !defined(NO_SHA) #include #include #include @@ -243,4 +244,4 @@ static void h__dump (const unsigned char *p, int len) fprintf(stderr, "\n"); } #endif - +#endif