From: Bodo Möller Date: Fri, 16 Jun 2000 14:35:05 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL-engine-0_9_6-beta1~21^2~54 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f03aa651c0abafb8a4b7efebdc4017ce910f1513;p=oweals%2Fopenssl.git typo --- diff --git a/crypto/evp/evp_key.c b/crypto/evp/evp_key.c index 1201d782a4..09b72bf4bd 100644 --- a/crypto/evp/evp_key.c +++ b/crypto/evp/evp_key.c @@ -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++)