mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Remove a TODO(3.0) from keymgmt_lib.c
The TODO suggest a possible refactoring. The refactoring doesn't seem necessary at this stage. If it is required later it can be done without affecting external APIs - so just remove the TODO. Fixes #14397 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14888)
This commit is contained in:
parent
21d1994faf
commit
145a4c871d
@ -123,10 +123,6 @@ void *evp_keymgmt_util_export_to_provider(EVP_PKEY *pk, EVP_KEYMGMT *keymgmt)
|
||||
CRYPTO_THREAD_unlock(pk->lock);
|
||||
|
||||
/* If the "origin" |keymgmt| doesn't support exporting, give up */
|
||||
/*
|
||||
* TODO(3.0) consider an evp_keymgmt_export() return value that indicates
|
||||
* that the method is unsupported.
|
||||
*/
|
||||
if (pk->keymgmt->export == NULL)
|
||||
return NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user