diff options
author | Viktor Dukhovni <openssl-users@dukhovni.org> | 2016-05-15 13:02:17 -0400 |
---|---|---|
committer | Viktor Dukhovni <openssl-users@dukhovni.org> | 2016-05-16 12:16:26 -0400 |
commit | 5c4328f04f63bc288d4e069e1453ab18b0309f16 (patch) | |
tree | af382cc88ad40bd91388a6a1e3aec096554ac9bd /crypto/ex_data.c | |
parent | b160f2823fb3bafdf8728ea251aab0d07888b934 (diff) | |
download | openssl-new-5c4328f04f63bc288d4e069e1453ab18b0309f16.tar.gz |
Fold threads.h into crypto.h making API public
Document thread-safe lock creation
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/ex_data.c')
-rw-r--r-- | crypto/ex_data.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ex_data.c b/crypto/ex_data.c index ca1c204f38..2570736304 100644 --- a/crypto/ex_data.c +++ b/crypto/ex_data.c @@ -109,7 +109,6 @@ */ #include "internal/cryptlib_int.h" -#include "internal/threads.h" #include <openssl/lhash.h> /* |