diff options
author | Richard Levitte <levitte@openssl.org> | 2016-07-07 23:55:34 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-07-25 17:33:41 +0200 |
commit | 3067095e8a2cca3d33fa0af77788bc45da68b76b (patch) | |
tree | d51b3bec5c0b3e2073946a92cb2f87a30bb474ec /util/libcrypto.num | |
parent | make update (diff) | |
download | openssl-3067095e8a2cca3d33fa0af77788bc45da68b76b.tar.xz openssl-3067095e8a2cca3d33fa0af77788bc45da68b76b.zip |
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.num | 2 |
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: |