Commit 5c4328f0 authored by Viktor Dukhovni's avatar Viktor Dukhovni
Browse files

Fold threads.h into crypto.h making API public



Document thread-safe lock creation

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent b160f282
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@
/* This must be the first #include file */
#include "async_locl.h"

#include <internal/threads.h>
#include <openssl/err.h>
#include <internal/cryptlib_int.h>
#include <string.h>
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
#include <string.h>

#include "bio_lcl.h"
#include "internal/threads.h"
#include <openssl/crypto.h>

#ifndef OPENSSL_NO_SOCK
#include <openssl/err.h>
+0 −1
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@

#include <openssl/opensslconf.h>
#include "internal/cryptlib.h"
#include "internal/threads.h"
#include "bn_lcl.h"

#define BN_BLINDING_COUNTER     32
+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@
# define HEADER_ENGINE_INT_H

# include "internal/cryptlib.h"
# include "internal/threads.h"
# include <internal/engine.h>

#ifdef  __cplusplus
+0 −1
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@
#include <stdarg.h>
#include <string.h>
#include <internal/cryptlib_int.h>
#include <internal/threads.h>
#include <internal/err.h>
#include <internal/err_int.h>
#include <openssl/lhash.h>
Loading