Change error message for consistency.
authorUlf Möller <ulf@openssl.org>
Wed, 28 Apr 1999 22:41:26 +0000 (22:41 +0000)
committerUlf Möller <ulf@openssl.org>
Wed, 28 Apr 1999 22:41:26 +0000 (22:41 +0000)
crypto/hmac/hmac.h

index 91b2f8d663f7e122395eb875cd80ba39b1600e36..00f9d7203c9668d4df4434b5ad97f8d6423d69c2 100644 (file)
@@ -63,7 +63,7 @@ extern "C" {
 #endif
 
 #ifdef NO_HMAC
-#error No HMAC support.
+#error HMAC is disabled.
 #endif
 
 #include <openssl/evp.h>