diff options
author | Ulf Möller <ulf@openssl.org> | 1999-04-29 00:41:26 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-04-29 00:41:26 +0200 |
commit | 0d029f79f0bd6270d0cba07cc4506c8e6e6a16cb (patch) | |
tree | e115d2f2739464e4bd35c47e1ffcff2bda0d529b /crypto/hmac | |
parent | Use util/mklink.pl instead of util/mklink.sh. (diff) | |
download | openssl-0d029f79f0bd6270d0cba07cc4506c8e6e6a16cb.tar.xz openssl-0d029f79f0bd6270d0cba07cc4506c8e6e6a16cb.zip |
Change error message for consistency.
Diffstat (limited to 'crypto/hmac')
-rw-r--r-- | crypto/hmac/hmac.h | 2 |
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> |