summaryrefslogtreecommitdiffstats
path: root/crypto/hmac/hmactest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/hmac/hmactest.c')
-rw-r--r--crypto/hmac/hmactest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/hmac/hmactest.c b/crypto/hmac/hmactest.c
index 4b56b8ee13..b8557b182e 100644
--- a/crypto/hmac/hmactest.c
+++ b/crypto/hmac/hmactest.c
@@ -60,7 +60,7 @@
#include <string.h>
#include <stdlib.h>
-#ifdef NO_HMAC
+#ifdef OPENSSL_NO_HMAC
int main(int argc, char *argv[])
{
printf("No HMAC support\n");