There was an error while loading. Please reload this page.
1 parent 95887b7 commit 6853108Copy full SHA for 6853108
1 file changed
Modules/_hashopenssl.c
@@ -535,6 +535,7 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen,
535
HMAC_CTX_cleanup(&hctx);
536
return 0;
537
}
538
+ HMAC_CTX_cleanup(&hctx);
539
memcpy(p, digtmp, cplen);
540
for (j = 1; j < iter; j++) {
541
if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
0 commit comments