make inability to dup/clone ciphers an error
authorNeil Horman <nhorman@openssl.org>
Tue, 29 Aug 2023 19:42:48 +0000 (15:42 -0400)
committerTomas Mraz <tomas@openssl.org>
Tue, 12 Sep 2023 13:59:11 +0000 (15:59 +0200)
commit39d857bb610d25b3de4e414264246ec41753c446
tree94e5889d2b7be8193820edeb012acda48e434893
parent9912dfb98c9c2b10c83c5ca4b5136232568ad664
make inability to dup/clone ciphers an error

There should be no reason that a cipher can't be duplicated

Fixes #21887

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21933)
test/evp_test.c