X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fhmac%2Fhmactest.c;h=96d3beb8e6180e8f5ee3ee423767beb3bb2f8996;hb=dbad169019598981174ff46c7a9bf58373b0e53a;hp=9a67dff36a20b5f46b7eb64f40ca571a4d18bb4e;hpb=a53955d8abd68c604de02cc1e101c66169207fb7;p=oweals%2Fopenssl.git diff --git a/crypto/hmac/hmactest.c b/crypto/hmac/hmactest.c index 9a67dff36a..96d3beb8e6 100644 --- a/crypto/hmac/hmactest.c +++ b/crypto/hmac/hmactest.c @@ -60,7 +60,7 @@ #include #include -#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 +#include #ifdef CHARSET_EBCDIC #include #endif -struct test_st +static struct test_st { unsigned char key[16]; int key_len;