From c6472fec64d83a196e1ccc4636b552bf0f23addd Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 31 May 2021 14:29:34 +1000 Subject: [PATCH] store: remove TODOs Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- crypto/store/store_local.h | 2 +- crypto/store/store_result.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/crypto/store/store_local.h b/crypto/store/store_local.h index 4d29857620d..6aeaaa915f3 100644 --- a/crypto/store/store_local.h +++ b/crypto/store/store_local.h @@ -54,7 +54,7 @@ struct ossl_store_search_st { * Used by OSSL_STORE_SEARCH_BY_NAME and * OSSL_STORE_SEARCH_BY_ISSUER_SERIAL */ - X509_NAME *name; /* TODO constify this; leads to API incompatibility */ + X509_NAME *name; /* Used by OSSL_STORE_SEARCH_BY_ISSUER_SERIAL */ const ASN1_INTEGER *serial; diff --git a/crypto/store/store_result.c b/crypto/store/store_result.c index c78d96d5321..91c679718c5 100644 --- a/crypto/store/store_result.c +++ b/crypto/store/store_result.c @@ -399,8 +399,6 @@ static int try_key(struct extracted_param_data_st *data, OSSL_STORE_INFO **v, * engine provided legacy key. * This is the same as der2key_decode() does, but in a limited * way and within the walls of libcrypto. - * - * TODO Remove this when #legacy keys are gone */ if (pk == NULL) pk = try_key_value_legacy(data, &store_info_new, ctx, -- 2.47.3