Changes to synchronise with Unix.
[openssl.git] / 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