There was an error while loading. Please reload this page.
2 parents 667422d + 3c0769d commit a18bd0eCopy full SHA for a18bd0e
1 file changed
Modules/_hashopenssl.c
@@ -486,8 +486,8 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen,
486
HMAC_CTX_cleanup(&hctx_tpl);
487
return 0;
488
}
489
- while(tkeylen) {
490
- if(tkeylen > mdlen)
+ while (tkeylen) {
+ if (tkeylen > mdlen)
491
cplen = mdlen;
492
else
493
cplen = tkeylen;
0 commit comments