summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs12/p12_mutl.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-06-29 23:52:08 +0000
committerUlf Möller <ulf@openssl.org>1999-06-29 23:52:08 +0000
commit5676d8cb7679589523549ca8587277428cb0ce6b (patch)
tree1fd9858ecf505473290fa1c5635e6c19747aa9b2 /crypto/pkcs12/p12_mutl.c
parentce8b25741380eb08ca25ad06c2e83370067734ce (diff)
Fix no-hmac and no-ripemd.
Diffstat (limited to 'crypto/pkcs12/p12_mutl.c')
-rw-r--r--crypto/pkcs12/p12_mutl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/pkcs12/p12_mutl.c b/crypto/pkcs12/p12_mutl.c
index d1c35ea05a..bac558d6b9 100644
--- a/crypto/pkcs12/p12_mutl.c
+++ b/crypto/pkcs12/p12_mutl.c
@@ -56,6 +56,7 @@
*
*/
+#ifndef NO_HMAC
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/hmac.h>
@@ -166,3 +167,4 @@ int PKCS12_setup_mac (PKCS12 *p12, int iter, unsigned char *salt, int saltlen,
return 1;
}
+#endif