From 67dc995eaf538ea309c6292a1a5073465201f55b Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 2 Aug 2017 14:46:31 +0100 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/4073) --- ssl/ssl_ciph.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ssl/ssl_ciph.c') diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c index 47f715d29e..914d0d8f4a 100644 --- a/ssl/ssl_ciph.c +++ b/ssl/ssl_ciph.c @@ -17,6 +17,7 @@ #include #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 -- cgit v1.2.3