aboutsummaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-07-07 23:55:34 +0200
committerRichard Levitte <levitte@openssl.org>2016-07-25 17:33:41 +0200
commit3067095e8a2cca3d33fa0af77788bc45da68b76b (patch)
treed51b3bec5c0b3e2073946a92cb2f87a30bb474ec /util/libcrypto.num
parentc1b4fa6ded697235a48ffb78c8145d08df8a8513 (diff)
downloadopenssl-3067095e8a2cca3d33fa0af77788bc45da68b76b.tar.gz
Add X509_STORE lock and unlock functions
Since there are a number of function pointers in X509_STORE that might lead to user code, it makes sense for them to be able to lock the store while they do their work. Reviewed-by: Rich Salz <rsalz@openssl.org>
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 42b63bcd65..0a793790d8 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4185,3 +4185,5 @@ X509_STORE_CTX_get_check_revocation 4129 1_1_0 EXIST::FUNCTION:
X509_STORE_get_verify_cb 4130 1_1_0 EXIST::FUNCTION:
X509_STORE_CTX_get_lookup_crls 4131 1_1_0 EXIST::FUNCTION:
X509_STORE_get_verify 4132 1_1_0 EXIST::FUNCTION:
+X509_STORE_unlock 4133 1_1_0 EXIST::FUNCTION:
+X509_STORE_lock 4134 1_1_0 EXIST::FUNCTION: