]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/openssl/crypto.h
Implement new multi-threading API
authorAlessandro Ghedini <alessandro@ghedini.me>
Sun, 25 Oct 2015 16:43:55 +0000 (17:43 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 26 Feb 2016 10:00:36 +0000 (10:00 +0000)
commit71a04cfca03bf6d5a93ad3ffd23e0fb9e0da2919
treef0c49fffc439de585b85ad95f94ebfd50fafce90
parentbdcd83e1272c84f3de576f793ba03fdc2c21a557
Implement new multi-threading API

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
14 files changed:
crypto/Makefile.in
crypto/build.info
crypto/threads_none.c [new file with mode: 0644]
crypto/threads_pthread.c [new file with mode: 0644]
crypto/threads_win.c [new file with mode: 0644]
doc/crypto/threads.pod
include/internal/threads.h [new file with mode: 0644]
include/openssl/crypto.h
test/Makefile.in
test/build.info
test/recipes/90-test_threads.t [new file with mode: 0755]
test/threadstest.c [new file with mode: 0644]
util/libeay.num
util/mkdef.pl