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:
Mattias Ellert 2021-09-21 06:56:36 +02:00 committed by Pauli
parent caf569a5b3
commit c249f48778
1 changed files with 1 additions and 1 deletions

View File

@ -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);