Final cleanup after move to leaner EVP_PKEY methods
authorRichard Levitte <levitte@openssl.org>
Thu, 31 Oct 2019 11:10:01 +0000 (12:10 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 10 Nov 2019 04:00:28 +0000 (05:00 +0100)
commit0ddf74bf1c47b554c3d2c086ff2acb18bcc81bc6
treef24485c27e5c6c4a1da84a948f42ab750bd7a89e
parent7b97581b90822a8c3027686234fb56ea5346db15
Final cleanup after move to leaner EVP_PKEY methods

Now that KEYMGMT method pointers have moved away from the diverse
methods that are used with EVP_PKEY_CTX, we no longer need to pass
special argument to evp_generic_fetch() and evp_generic_do_all().

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10309)
crypto/evp/digest.c
crypto/evp/evp_enc.c
crypto/evp/evp_fetch.c
crypto/evp/evp_local.h
crypto/evp/exchange.c
crypto/evp/kdf_meth.c
crypto/evp/keymgmt_meth.c
crypto/evp/mac_meth.c
crypto/evp/pmeth_fn.c