diff options
Diffstat (limited to 'src/lib/libcrypto/hmac/hmac.c')
-rw-r--r-- | src/lib/libcrypto/hmac/hmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hmac/hmac.c b/src/lib/libcrypto/hmac/hmac.c index 026dbe8f66..46480a4c95 100644 --- a/src/lib/libcrypto/hmac/hmac.c +++ b/src/lib/libcrypto/hmac/hmac.c | |||
@@ -72,7 +72,7 @@ void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | |||
72 | ctx->md=md; | 72 | ctx->md=md; |
73 | EVP_MD_CTX_init(&ctx->md_ctx); | 73 | EVP_MD_CTX_init(&ctx->md_ctx); |
74 | } | 74 | } |
75 | else | 75 | else |
76 | md=ctx->md; | 76 | md=ctx->md; |
77 | 77 | ||
78 | if (key != NULL) | 78 | if (key != NULL) |