From 9a3bbbce9180c7fb9a5566dc5722b50f39aeaba1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Thu, 15 Jul 1999 23:44:04 +0000 Subject: [PATCH] NO_HMAC. --- crypto/evp/p5_crpt2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1