projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
677741f
)
ec_pmeth.c: fix typo in commentary.
author
Andy Polyakov
<appro@openssl.org>
Thu, 12 Jan 2012 13:22:51 +0000
(13:22 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 12 Jan 2012 13:22:51 +0000
(13:22 +0000)
PR: 2677
Submitted by: Annue Yousar
crypto/ec/ec_pmeth.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ec_pmeth.c
b/crypto/ec/ec_pmeth.c
index d1ed66c37e76e5683cb976fe961cea32b3da892d..66ee397d86c4137af00ba1c5966137f1fa4be367 100644
(file)
--- 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 PK
C
S#3 DH, if *outlen is less than maximum size this is
* not an error, the result is truncated.
*/