Loading crypto/evp/p5_crpt2.c +1 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,7 @@ int PKCS5_PBKDF2_HMAC(const char *pass, int passlen, HMAC_CTX_cleanup(&hctx); return 0; } HMAC_CTX_cleanup(&hctx); memcpy(p, digtmp, cplen); for(j = 1; j < iter; j++) { Loading Loading
crypto/evp/p5_crpt2.c +1 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,7 @@ int PKCS5_PBKDF2_HMAC(const char *pass, int passlen, HMAC_CTX_cleanup(&hctx); return 0; } HMAC_CTX_cleanup(&hctx); memcpy(p, digtmp, cplen); for(j = 1; j < iter; j++) { Loading