]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove a TODO(3.0) from keymgmt_lib.c
authorMatt Caswell <matt@openssl.org>
Thu, 15 Apr 2021 15:32:45 +0000 (16:32 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 19 Apr 2021 09:45:20 +0000 (10:45 +0100)
commit145a4c871d9632a6eb2145f8a2b417bec58e7ee5
tree6725611dc2130559f6c9ba548b4083716fadbbf8
parent21d1994faf7f6e41ad3221caeab2385e3aaba892
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)
crypto/evp/keymgmt_lib.c