From: Annie Yousar Date: Mon, 2 Jun 2014 12:36:13 +0000 (+0100) Subject: Fix typo. X-Git-Tag: OpenSSL_1_0_0m~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=db305124f3cb35ee83ffa54503299207cab5455e;p=oweals%2Fopenssl.git Fix typo. PR#2677. --- diff --git a/crypto/ec/ec_pmeth.c b/crypto/ec/ec_pmeth.c index f433076ca1..ba4b519570 100644 --- a/crypto/ec/ec_pmeth.c +++ b/crypto/ec/ec_pmeth.c @@ -188,7 +188,7 @@ static int pkey_ec_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) pubkey = EC_KEY_get0_public_key(ctx->peerkey->pkey.ec); - /* NB: unlike PKS#3 DH, if *outlen is less than maximum size this is + /* NB: unlike PKCS#3 DH, if *outlen is less than maximum size this is * not an error, the result is truncated. */