NO_HMAC.
authorUlf Möller <ulf@openssl.org>
Thu, 15 Jul 1999 23:44:04 +0000 (23:44 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 15 Jul 1999 23:44:04 +0000 (23:44 +0000)
crypto/evp/p5_crpt2.c

index 65c4afa9bbb9d3807b482393c496070f978fa2b4..27a2c518bedd3342a664ddeabdc422b2577ae4f5 100644 (file)
@@ -55,6 +55,7 @@
  * Hudson (tjh@cryptsoft.com).
  *
  */
+#if !defined(NO_HMAC) && !defined(NO_SHA)
 #include <stdio.h>
 #include <stdlib.h>
 #include <openssl/x509.h>
@@ -243,4 +244,4 @@ static void h__dump (const unsigned char *p, int len)
         fprintf(stderr, "\n");
 }
 #endif
-
+#endif