summaryrefslogtreecommitdiffstats
path: root/crypto/store/store_local.h
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:29:34 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commitc6472fec64d83a196e1ccc4636b552bf0f23addd (patch)
treeca8b32c59a9f6785f29b2676a5403e272cec8c05 /crypto/store/store_local.h
parente73a08b4007c2713aa707d44c8e8d5d63f57aca0 (diff)
store: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'crypto/store/store_local.h')
-rw-r--r--crypto/store/store_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/store/store_local.h b/crypto/store/store_local.h
index 4d29857620..6aeaaa915f 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;