mirror of https://github.com/openssl/openssl.git
typo
This commit is contained in:
parent
5d07c20d8e
commit
f03aa651c0
|
|
@ -116,7 +116,7 @@ int EVP_BytesToKey(const EVP_CIPHER *type, EVP_MD *md, unsigned char *salt,
|
||||||
EVP_DigestUpdate(&c,&(md_buf[0]),mds);
|
EVP_DigestUpdate(&c,&(md_buf[0]),mds);
|
||||||
EVP_DigestUpdate(&c,data,datal);
|
EVP_DigestUpdate(&c,data,datal);
|
||||||
if (salt != NULL)
|
if (salt != NULL)
|
||||||
i EVP_DigestUpdate(&c,salt,PKCS5_SALT_LEN);
|
EVP_DigestUpdate(&c,salt,PKCS5_SALT_LEN);
|
||||||
EVP_DigestFinal(&c,&(md_buf[0]),&mds);
|
EVP_DigestFinal(&c,&(md_buf[0]),&mds);
|
||||||
|
|
||||||
for (i=1; i<(unsigned int)count; i++)
|
for (i=1; i<(unsigned int)count; i++)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue