summaryrefslogtreecommitdiffstats
path: root/crypto/evp/p5_crpt2.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-07-15 23:44:04 +0000
committerUlf Möller <ulf@openssl.org>1999-07-15 23:44:04 +0000
commit9a3bbbce9180c7fb9a5566dc5722b50f39aeaba1 (patch)
treea244daf070ebcaae21e7b7fd4f2c90f8fb5cfa4e /crypto/evp/p5_crpt2.c
parentc69e361f1cadf8f196867c46ecc6f74bb21c5614 (diff)
NO_HMAC.
Diffstat (limited to 'crypto/evp/p5_crpt2.c')
-rw-r--r--crypto/evp/p5_crpt2.c3
1 files changed, 2 insertions, 1 deletions
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 <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