X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fhmactest.c;h=20c7a8fc00398dba65100426cd4759eccbc0e597;hp=f8d535063f63d01b3dcf69c4ae109417a54f747b;hb=fa0c23de83efaf92da17cffce12444adbca48c89;hpb=2d540402aac7a05af9c99b58864d53c0201a0b42 diff --git a/test/hmactest.c b/test/hmactest.c index f8d535063f..20c7a8fc00 100644 --- a/test/hmactest.c +++ b/test/hmactest.c @@ -134,7 +134,7 @@ int main(int argc, char *argv[]) char *p; # endif int err = 0; - HMAC_CTX ctx, ctx2; + HMAC_CTX ctx = HMAC_CTX_EMPTY, ctx2 = HMAC_CTX_EMPTY; unsigned char buf[EVP_MAX_MD_SIZE]; unsigned int len;