diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/hmac/hmac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hmac/hmac.c b/src/lib/libcrypto/hmac/hmac.c index 46480a4c95..da363b7950 100644 --- a/src/lib/libcrypto/hmac/hmac.c +++ b/src/lib/libcrypto/hmac/hmac.c | |||
| @@ -70,7 +70,6 @@ void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | |||
| 70 | { | 70 | { |
| 71 | reset=1; | 71 | reset=1; |
| 72 | ctx->md=md; | 72 | ctx->md=md; |
| 73 | EVP_MD_CTX_init(&ctx->md_ctx); | ||
| 74 | } | 73 | } |
| 75 | else | 74 | else |
| 76 | md=ctx->md; | 75 | md=ctx->md; |
