aboutsummaryrefslogtreecommitdiffstats
path: root/openssl_missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'openssl_missing.h')
-rw-r--r--openssl_missing.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openssl_missing.h b/openssl_missing.h
index e2af05f..eaa52ea 100644
--- a/openssl_missing.h
+++ b/openssl_missing.h
@@ -51,6 +51,11 @@ extern "C" {
int HMAC_CTX_copy(HMAC_CTX *out, HMAC_CTX *in);
#endif /* NO_HMAC */
+#if !defined(HAVE_X509_STORE_SET_EX_DATA)
+int X509_STORE_set_ex_data(X509_STORE *str, int idx, void *data);
+void *X509_STORE_get_ex_data(X509_STORE *str, int idx);
+#endif
+
#if defined(__cplusplus)
}
#endif