EVP: One stray comma removed in crypto/evp/ctrl_params_translate.c
authorRichard Levitte <levitte@openssl.org>
Mon, 29 Mar 2021 16:55:01 +0000 (18:55 +0200)
committerPauli <pauli@openssl.org>
Wed, 31 Mar 2021 03:28:46 +0000 (13:28 +1000)
commitb24b72d109eab6f06380002796b89bb0f04af874
tree48c86129eaea967d0935101721dbd3796f0e5a6f
parent35bc387b97a51343456d1d72e19a64779d2224f3
EVP: One stray comma removed in crypto/evp/ctrl_params_translate.c

Commas at the end of a list of items isn't allowed by ANSI C.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14729)
crypto/evp/ctrl_params_translate.c