]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/ossl_typ.h
Add an OpenSSL library context
[thirdparty/openssl.git] / include / openssl / ossl_typ.h
index 1c6accece83b96aa6fa16e9d425337c5dccb0499..44ddfaafd5ec58d7dbe898e79e81bd0346fe7bfb 100644 (file)
@@ -179,6 +179,8 @@ 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;
 
+typedef struct openssl_ctx_st OPENSSL_CTX;
+
 #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && \
     defined(INTMAX_MAX) && defined(UINTMAX_MAX)
 typedef intmax_t ossl_intmax_t;