Kaydet (Commit) 3c0769d4 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix spacing

üst c76b1c95
...@@ -508,8 +508,8 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen, ...@@ -508,8 +508,8 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen,
HMAC_CTX_cleanup(&hctx_tpl); HMAC_CTX_cleanup(&hctx_tpl);
return 0; return 0;
} }
while(tkeylen) { while (tkeylen) {
if(tkeylen > mdlen) if (tkeylen > mdlen)
cplen = mdlen; cplen = mdlen;
else else
cplen = tkeylen; 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