projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bffbaf9
)
Fix typo.
author
Annie Yousar
<a.yousar@informatik.hu-berlin.de>
Mon, 2 Jun 2014 12:36:13 +0000
(13:36 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 2 Jun 2014 12:53:51 +0000
(13:53 +0100)
PR#2677.
crypto/ec/ec_pmeth.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ec_pmeth.c
b/crypto/ec/ec_pmeth.c
index f433076ca121800ed16439d49351a8785afac8ef..ba4b51957027401b4ba5302e97b3423739407e4b 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.
*/