Fold threads.h into crypto.h making API public
authorViktor Dukhovni <openssl-users@dukhovni.org>
Sun, 15 May 2016 17:02:17 +0000 (13:02 -0400)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Mon, 16 May 2016 16:16:26 +0000 (12:16 -0400)
commit5c4328f04f63bc288d4e069e1453ab18b0309f16
treeaf382cc88ad40bd91388a6a1e3aec096554ac9bd
parentb160f2823fb3bafdf8728ea251aab0d07888b934
Fold threads.h into crypto.h making API public

Document thread-safe lock creation

Reviewed-by: Richard Levitte <levitte@openssl.org>
24 files changed:
crypto/async/async.c
crypto/bio/b_addr.c
crypto/bn/bn_blind.c
crypto/engine/eng_int.h
crypto/err/err.c
crypto/err/err_prn.c
crypto/ex_data.c
crypto/init.c
crypto/mem_dbg.c
crypto/mem_sec.c
crypto/rand/md_rand.c
crypto/threads_none.c
crypto/threads_pthread.c
crypto/threads_win.c
crypto/x509/by_dir.c
doc/crypto/threads.pod
include/internal/threads.h [deleted file]
include/openssl/crypto.h
ssl/ssl_cert.c
ssl/ssl_ciph.c
ssl/ssl_init.c
test/ssltest_old.c
test/threadstest.c
util/mkdef.pl