Browse Source

fix spacing

pull/40/head
Benjamin Peterson 11 years ago
parent
commit
3c0769d478
  1. 4
      Modules/_hashopenssl.c

4
Modules/_hashopenssl.c

@ -508,8 +508,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;

Loading…
Cancel
Save