mirror of
https://github.com/openssl/openssl.git
synced 2025-01-24 19:04:03 +08:00
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,data,datal);
|
||||
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);
|
||||
|
||||
for (i=1; i<(unsigned int)count; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user