summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-10-25 17:43:55 +0100
committerMatt Caswell <matt@openssl.org>2016-02-26 10:00:36 +0000
commit71a04cfca03bf6d5a93ad3ffd23e0fb9e0da2919 (patch)
treef0c49fffc439de585b85ad95f94ebfd50fafce90 /util
parentbdcd83e1272c84f3de576f793ba03fdc2c21a557 (diff)
Implement new multi-threading API
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num13
-rwxr-xr-xutil/mkdef.pl1
2 files changed, 14 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index ad7ad9df85..3eaa9974e8 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -4713,3 +4713,16 @@ OPENSSL_INIT_free 5216 1_1_0 EXIST::FUNCTION:
OPENSSL_INIT_set_config_filename 5217 1_1_0 EXIST::FUNCTION:
SRP_user_pwd_free 5218 1_1_0 EXIST::FUNCTION:SRP
SRP_VBASE_get1_by_user 5219 1_1_0 EXIST::FUNCTION:SRP
+CRYPTO_THREAD_lock_new 5220 1_1_0 EXIST::FUNCTION:
+CRYPTO_THREAD_lock_free 5221 1_1_0 EXIST::FUNCTION:
+CRYPTO_THREAD_read_lock 5222 1_1_0 EXIST::FUNCTION:
+CRYPTO_THREAD_write_lock 5223 1_1_0 EXIST::FUNCTION:
+CRYPTO_THREAD_unlock 5224 1_1_0 EXIST::FUNCTION:
+CRYPTO_atomic_add 5225 1_1_0 EXIST::FUNCTION:
+CRYPTO_THREAD_init_local 5226 1_1_0 EXIST::FUNCTION:
+CRYPTO_THREAD_cleanup_local 5227 1_1_0 EXIST::FUNCTION:
+CRYPTO_THREAD_set_local 5228 1_1_0 EXIST::FUNCTION:
+CRYPTO_THREAD_get_local 5229 1_1_0 EXIST::FUNCTION:
+CRYPTO_THREAD_get_current_id 5230 1_1_0 EXIST::FUNCTION:
+CRYPTO_THREAD_compare_id 5231 1_1_0 EXIST::FUNCTION:
+CRYPTO_THREAD_run_once 5232 1_1_0 EXIST::FUNCTION:
diff --git a/util/mkdef.pl b/util/mkdef.pl
index a2fedc541a..a79ddf53fb 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -236,6 +236,7 @@ $ssl.=" include/openssl/srtp.h";
my $crypto ="include/openssl/crypto.h";
$crypto.=" include/internal/o_dir.h";
$crypto.=" include/internal/o_str.h";
+$crypto.=" include/internal/threads.h";
$crypto.=" include/openssl/des.h" ; # unless $no_des;
$crypto.=" include/openssl/idea.h" ; # unless $no_idea;
$crypto.=" include/openssl/rc4.h" ; # unless $no_rc4;