aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/hmac
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-28 22:41:26 +0000
committerUlf Möller <ulf@openssl.org>1999-04-28 22:41:26 +0000
commit0d029f79f0bd6270d0cba07cc4506c8e6e6a16cb (patch)
treee115d2f2739464e4bd35c47e1ffcff2bda0d529b /crypto/hmac
parent6e6acfd4b92b089661096617de0230c07254c7fa (diff)
downloadopenssl-0d029f79f0bd6270d0cba07cc4506c8e6e6a16cb.tar.gz
Change error message for consistency.
Diffstat (limited to 'crypto/hmac')
-rw-r--r--crypto/hmac/hmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/hmac/hmac.h b/crypto/hmac/hmac.h
index 91b2f8d663..00f9d7203c 100644
--- 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>