Fix typo.
PR#2677.
This commit is contained in:
parent
bffbaf92bf
commit
db305124f3
@ -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);
|
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.
|
* not an error, the result is truncated.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user