EVP: Small refactor of keymgmt library code
authorRichard Levitte <levitte@openssl.org>
Tue, 28 Jan 2020 15:51:01 +0000 (16:51 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 2 Feb 2020 10:58:58 +0000 (11:58 +0100)
commit658608c471a6e1f9b6d7f88c060a7adb77d7d334
tree785088e02469c12b8508d8201f854a7478ca436b
parent4bf3e989fef9268507ba02744e7f71ee5637681c
EVP: Small refactor of keymgmt library code

Some functions went directly on keymgmt function pointers instead of
going through the internal KEYMGMT API, which makes for a confusing
read.

Related to #10962

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