mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Remove extra comma in man page example code
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16643)
This commit is contained in:
parent
caf569a5b3
commit
c249f48778
@ -92,7 +92,7 @@ AES-256-CBC into a buffer:
|
||||
size_t datalen;
|
||||
|
||||
ectx = OSSL_ENCODER_CTX_new_for_pkey(pkey,
|
||||
OSSL_KEYMGMT_SELECT_KEYPAIR,
|
||||
OSSL_KEYMGMT_SELECT_KEYPAIR
|
||||
| OSSL_KEYMGMT_SELECT_DOMAIN_PARAMETERS,
|
||||
format, structure,
|
||||
NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user