Fix typo.
authorAnnie Yousar <a.yousar@informatik.hu-berlin.de>
Mon, 2 Jun 2014 12:36:13 +0000 (13:36 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 2 Jun 2014 12:53:51 +0000 (13:53 +0100)
PR#2677.

crypto/ec/ec_pmeth.c

index f433076ca121800ed16439d49351a8785afac8ef..ba4b51957027401b4ba5302e97b3423739407e4b 100644 (file)
@@ -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.
         */