aboutsummaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-04-19 10:22:15 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-04-23 23:57:06 +0900
commit104d5cf90ad4d32d8b7a5916fb9c7d29e916db9e (patch)
tree7d0065aa9168e04173c8605ba98683dcbe5952cd /util/libcrypto.num
parentacde647fb0347f64af8f8678b73ce41f2f499c02 (diff)
downloadopenssl-104d5cf90ad4d32d8b7a5916fb9c7d29e916db9e.tar.gz
Add ex_data functions for X509_STOREfix/x509-store-ex-data
Add X509_STORE_{set,get}_ex_data() function and X509_STORE_get_ex_new_index() macro. X509_STORE has ex_data and the documentation also mentions them but they are not actually implemented.
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index efa50636ab..3f46dcb3b3 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4207,3 +4207,5 @@ X509_STORE_CTX_get_cert 4081 1_1_0 NOEXIST::FUNCTION:
X509_STORE_CTX_set0_verified_chain 4082 1_1_0 EXIST::FUNCTION:
X509_STORE_CTX_set0_untrusted 4083 1_1_0 EXIST::FUNCTION:
OPENSSL_hexchar2int 4084 1_1_0 EXIST::FUNCTION:
+X509_STORE_set_ex_data 4085 1_1_0 EXIST::FUNCTION:
+X509_STORE_get_ex_data 4086 1_1_0 EXIST::FUNCTION: