Skip to content

Commit

Permalink
Change error message for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Möller committed Apr 28, 1999
1 parent 6e6acfd commit 0d029f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/hmac/hmac.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extern "C" {
#endif

#ifdef NO_HMAC
#error No HMAC support.
#error HMAC is disabled.
#endif

#include <openssl/evp.h>
Expand Down

0 comments on commit 0d029f7

Please sign in to comment.