From: Richard Levitte Date: Thu, 7 Jul 2016 21:55:34 +0000 (+0200) Subject: Add X509_STORE lock and unlock functions X-Git-Tag: OpenSSL_1_1_0-pre6~82 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=3067095e8a2cca3d33fa0af77788bc45da68b76b;hp=3067095e8a2cca3d33fa0af77788bc45da68b76b 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 ---