From 713f49119fcf24cf2c196262c5be46cb61390bf5 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 12 Jan 2012 13:22:51 +0000 Subject: [PATCH] ec_pmeth.c: fix typo in commentary. PR: 2677 Submitted by: Annue Yousar --- crypto/ec/ec_pmeth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ec/ec_pmeth.c b/crypto/ec/ec_pmeth.c index d1ed66c37..66ee397d8 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. */