projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c69e361
)
NO_HMAC.
author
Ulf Möller
<ulf@openssl.org>
Thu, 15 Jul 1999 23:44:04 +0000
(23:44 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Thu, 15 Jul 1999 23:44:04 +0000
(23:44 +0000)
crypto/evp/p5_crpt2.c
patch
|
blob
|
history
diff --git
a/crypto/evp/p5_crpt2.c
b/crypto/evp/p5_crpt2.c
index 65c4afa9bbb9d3807b482393c496070f978fa2b4..27a2c518bedd3342a664ddeabdc422b2577ae4f5 100644
(file)
--- 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