diff options
author | Viktor Dukhovni <openssl-users@dukhovni.org> | 2016-05-15 19:02:17 +0200 |
---|---|---|
committer | Viktor Dukhovni <openssl-users@dukhovni.org> | 2016-05-16 18:16:26 +0200 |
commit | 5c4328f04f63bc288d4e069e1453ab18b0309f16 (patch) | |
tree | af382cc88ad40bd91388a6a1e3aec096554ac9bd /crypto/threads_win.c | |
parent | Don't require any length of password when decrypting (diff) | |
download | openssl-5c4328f04f63bc288d4e069e1453ab18b0309f16.tar.xz openssl-5c4328f04f63bc288d4e069e1453ab18b0309f16.zip |
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/threads_win.c')
-rw-r--r-- | crypto/threads_win.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/threads_win.c b/crypto/threads_win.c index 63647a39a6..f2c4cfa179 100644 --- a/crypto/threads_win.c +++ b/crypto/threads_win.c @@ -48,7 +48,6 @@ */ #include <openssl/crypto.h> -#include "internal/threads.h" #if defined(OPENSSL_THREADS) && !defined(CRYPTO_TDEBUG) && defined(OPENSSL_SYS_WINDOWS) |