Commit 0d029f79 authored by Ulf Möller's avatar Ulf Möller
Browse files

Change error message for consistency.

parent 6e6acfd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ extern "C" {
#endif

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

#include <openssl/evp.h>