STORE: Add the possibility to search for specific information
[openssl.git] / include / openssl / ossl_typ.h
index f5214ab1e5b04a365a3ca01ccd7fd70bc8393b43..2f242f1e7a437597c368efb3d620225bc0d69b7e 100644 (file)
@@ -174,6 +174,7 @@ typedef struct ctlog_store_st CTLOG_STORE;
 typedef struct ct_policy_eval_ctx_st CT_POLICY_EVAL_CTX;
 
 typedef struct ossl_store_info_st OSSL_STORE_INFO;
+typedef struct ossl_store_search_st OSSL_STORE_SEARCH;
 
 #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && \
     defined(INTMAX_MAX) && defined(UINTMAX_MAX)