aboutsummaryrefslogtreecommitdiff
path: root/ssl/statem/statem_dtls.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/statem/statem_dtls.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/statem/statem_dtls.c')
-rw-r--r--ssl/statem/statem_dtls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/statem/statem_dtls.c b/ssl/statem/statem_dtls.c
index 83bd8d3..7fb6cdb 100644
--- a/ssl/statem/statem_dtls.c
+++ b/ssl/statem/statem_dtls.c
@@ -12,6 +12,7 @@
#include <stdio.h>
#include "../ssl_locl.h"
#include "statem_locl.h"
+#include "internal/cryptlib.h"
#include <openssl/buffer.h>
#include <openssl/objects.h>
#include <openssl/evp.h>