]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/store/store_local.h
Constify various mostly X509-related parameter types in crypto/ and apps/
[thirdparty/openssl.git] / crypto / store / store_local.h
index c53d4514dbb6448d220b32e53dde40d19d7912bd..7c4d65b9613cfb0ca35f3766008f0247bef2de14 100644 (file)
@@ -73,7 +73,7 @@ struct ossl_store_search_st {
      * Used by OSSL_STORE_SEARCH_BY_NAME and
      * OSSL_STORE_SEARCH_BY_ISSUER_SERIAL
      */
-    X509_NAME *name;
+    X509_NAME *name; /* TODO constify this; leads to API incompatibility */
 
     /* Used by OSSL_STORE_SEARCH_BY_ISSUER_SERIAL */
     const ASN1_INTEGER *serial;