aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_pmeth.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-01-12 13:22:51 +0000
committerAndy Polyakov <appro@openssl.org>2012-01-12 13:22:51 +0000
commit713f49119fcf24cf2c196262c5be46cb61390bf5 (patch)
tree25ef9699f549977c699683ef90b4701842c0bfbc /crypto/ec/ec_pmeth.c
parent677741f87ad6ba706d395401b9e9c589551afecc (diff)
downloadopenssl-713f49119fcf24cf2c196262c5be46cb61390bf5.tar.gz
ec_pmeth.c: fix typo in commentary.
PR: 2677 Submitted by: Annue Yousar
Diffstat (limited to 'crypto/ec/ec_pmeth.c')
-rw-r--r--crypto/ec/ec_pmeth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ec_pmeth.c b/crypto/ec/ec_pmeth.c
index d1ed66c37e..66ee397d86 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.
*/