aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_ciph.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-08-02 14:46:31 +0100
committerMatt Caswell <matt@openssl.org>2017-08-03 10:48:00 +0100
commit67dc995eaf538ea309c6292a1a5073465201f55b (patch)
treebd562ac36e1c5796eca7693ef180b9c9636256cc /ssl/ssl_ciph.c
parent5bd05e579994c756cd994b5e0ff5f395aae6bfff (diff)
downloadopenssl-67dc995eaf538ea309c6292a1a5073465201f55b.zip
openssl-67dc995eaf538ea309c6292a1a5073465201f55b.tar.gz
openssl-67dc995eaf538ea309c6292a1a5073465201f55b.tar.bz2
Move ossl_assert
Move the definition of ossl_assert() out of e_os.h which is intended for OS specific things. Instead it is moved into internal/cryptlib.h. This also changes the definition to remove the (int) cast. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4073)
Diffstat (limited to 'ssl/ssl_ciph.c')
-rw-r--r--ssl/ssl_ciph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c
index 47f715d..914d0d8 100644
--- a/ssl/ssl_ciph.c
+++ b/ssl/ssl_ciph.c
@@ -17,6 +17,7 @@
#include <openssl/crypto.h>
#include "ssl_locl.h"
#include "internal/thread_once.h"
+#include "internal/cryptlib.h"
#define SSL_ENC_DES_IDX 0
#define SSL_ENC_3DES_IDX 1