Really add the EVP and all of the DES changes.
[oweals/openssl.git] / crypto / hmac / hmactest.c
index 9a67dff36a20b5f46b7eb64f40ca571a4d18bb4e..96d3beb8e6180e8f5ee3ee423767beb3bb2f8996 100644 (file)
@@ -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");
@@ -68,12 +68,13 @@ int main(int argc, char *argv[])
 }
 #else
 #include <openssl/hmac.h>
+#include <openssl/md5.h>
 
 #ifdef CHARSET_EBCDIC
 #include <openssl/ebcdic.h>
 #endif
 
-struct test_st
+static struct test_st
        {
        unsigned char key[16];
        int key_len;