aboutsummaryrefslogtreecommitdiff
path: root/crypto/build.info
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 /crypto/build.info
parentbdcd83e1272c84f3de576f793ba03fdc2c21a557 (diff)
downloadopenssl-71a04cfca03bf6d5a93ad3ffd23e0fb9e0da2919.zip
openssl-71a04cfca03bf6d5a93ad3ffd23e0fb9e0da2919.tar.gz
openssl-71a04cfca03bf6d5a93ad3ffd23e0fb9e0da2919.tar.bz2
Implement new multi-threading API
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/build.info')
-rw-r--r--crypto/build.info1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/build.info b/crypto/build.info
index a3ea7f0..24a009a 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -3,6 +3,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 \
+ threads_pthread.c threads_win.c threads_none.c \
o_init.c o_fips.c mem_sec.c init.c {- $target{cpuid_asm_src} -}
EXTRA= ../ms/uplink-x86.pl ../ms/uplink.c ../ms/applink.c \
x86cpuid.pl x86_64cpuid.pl ia64cpuid.S \