Make EVP_CIPHER_is_a() work with legacy cipher implementations too
authorRichard Levitte <levitte@openssl.org>
Wed, 25 Sep 2019 07:15:42 +0000 (09:15 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 1 Oct 2019 20:51:00 +0000 (22:51 +0200)
commit776cb8358ebaea254d0537cf57cbafe65ac6f5cf
treedfeb6d1d249a342c8f9de032d520f4aa6eceafa9
parent6ef81d388d78ad417f6fc5d02ef61b54995c5335
Make EVP_CIPHER_is_a() work with legacy cipher implementations too

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10008)
crypto/evp/evp_lib.c