diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-04-08 19:02:44 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-04-15 09:19:39 +0200 |
commit | 85fcc3fb777c527a614e58c23609210a9edf893b (patch) | |
tree | a65bb21725443e5c2180de6a5a85d69085233ee5 /crypto/evp/evp_local.h | |
parent | Add selection support to the provider keymgmt_dup function (diff) | |
download | openssl-85fcc3fb777c527a614e58c23609210a9edf893b.tar.xz openssl-85fcc3fb777c527a614e58c23609210a9edf893b.zip |
Remove keymgmt_copy function from the provider API
It is superceded by the keymgmt_dup.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14793)
Diffstat (limited to 'crypto/evp/evp_local.h')
-rw-r--r-- | crypto/evp/evp_local.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/evp/evp_local.h b/crypto/evp/evp_local.h index 1b92668a20..9473d54817 100644 --- a/crypto/evp/evp_local.h +++ b/crypto/evp/evp_local.h @@ -112,7 +112,6 @@ struct evp_keymgmt_st { OSSL_FUNC_keymgmt_import_types_fn *import_types; OSSL_FUNC_keymgmt_export_fn *export; OSSL_FUNC_keymgmt_export_types_fn *export_types; - OSSL_FUNC_keymgmt_copy_fn *copy; OSSL_FUNC_keymgmt_dup_fn *dup; } /* EVP_KEYMGMT */ ; |