From: Ulf Möller Date: Wed, 28 Apr 1999 22:41:26 +0000 (+0000) Subject: Change error message for consistency. X-Git-Tag: OpenSSL_0_9_3beta1~207 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0d029f79f0bd6270d0cba07cc4506c8e6e6a16cb;p=oweals%2Fopenssl.git Change error message for consistency. --- 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