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:
6e6acfd
)
Change error message for consistency.
author
Ulf Möller
<ulf@openssl.org>
Wed, 28 Apr 1999 22:41:26 +0000
(22:41 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 28 Apr 1999 22:41:26 +0000
(22:41 +0000)
crypto/hmac/hmac.h
patch
|
blob
|
history
diff --git
a/crypto/hmac/hmac.h
b/crypto/hmac/hmac.h
index 91b2f8d663f7e122395eb875cd80ba39b1600e36..00f9d7203c9668d4df4434b5ad97f8d6423d69c2 100644
(file)
--- a/
crypto/hmac/hmac.h
+++ b/
crypto/hmac/hmac.h
@@
-63,7
+63,7
@@
extern "C" {
#endif
#ifdef NO_HMAC
-#error
No HMAC support
.
+#error
HMAC is disabled
.
#endif
#include <openssl/evp.h>