Remove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providers
authorRichard Levitte <levitte@openssl.org>
Thu, 10 Oct 2019 16:16:19 +0000 (18:16 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 11 Oct 2019 13:58:15 +0000 (15:58 +0200)
commit5b084ca0492cee7aeca63e0a50dbff7487e3ee41
tree3e8a776e72fb507317918ace9be3de6e81a2674d
parentff33581c67928d2c21f1e853bca3a561335d4c3e
Remove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providers

Not needed any more, since the presence of the OSSL_FUNC_CIPHER_CIPHER
function is enough to tell that there's a custom cipher function.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10137)
providers/common/include/prov/cipher_aead.h
providers/implementations/ciphers/cipher_aes_wrp.c
providers/implementations/ciphers/cipher_tdes_wrap.c