diff options
author | Matt Caswell <matt@openssl.org> | 2016-03-09 11:35:53 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2016-03-09 13:41:39 +0100 |
commit | 2e52e7df518d80188c865ea3f7bb3526d14b0c08 (patch) | |
tree | 880dbaa15521723b5c2cd35acbbf51ea9384e66c /crypto/build.info | |
parent | Remove use of the old CRYPTO_LOCK_X5O9_STORE (diff) | |
download | openssl-2e52e7df518d80188c865ea3f7bb3526d14b0c08.tar.xz openssl-2e52e7df518d80188c865ea3f7bb3526d14b0c08.zip |
Remove the old threading API
All OpenSSL code has now been transferred to use the new threading API,
so the old one is no longer used and can be removed. We provide some compat
macros for removed functions which are all no-ops.
There is now no longer a need to set locking callbacks!!
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/build.info')
-rw-r--r-- | crypto/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/build.info b/crypto/build.info index 01d3766b58..d465d9d1fc 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -2,7 +2,7 @@ LIBS=../libcrypto SOURCE[../libcrypto]=\ cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c \ - ebcdic.c uid.c o_time.c o_str.c o_dir.c thr_id.c lock.c \ + ebcdic.c uid.c o_time.c o_str.c o_dir.c \ threads_pthread.c threads_win.c threads_none.c \ o_init.c o_fips.c mem_sec.c init.c {- $target{cpuid_asm_src} -} \ {- $target{uplink_aux_src} -} |