Commit 96d2654f authored by Benjamin Peterson's avatar Benjamin Peterson

fix spacing

parent 02dc7d12
......@@ -532,8 +532,8 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen,
HMAC_CTX_cleanup(&hctx_tpl);
return 0;
}
while(tkeylen) {
if(tkeylen > mdlen)
while (tkeylen) {
if (tkeylen > mdlen)
cplen = mdlen;
else
cplen = tkeylen;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment