From c2c08e0203da93938fe35234fa3a1be4d1c3c2e1 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Wed, 22 Nov 2017 10:33:15 +0300 Subject: Add missing includes into openssl-compat.h Before it depends from the caller #include appropriate headers (at least for OPENSSL_VERSION_NUMBER), but let's make it independent. Fixes: #574 --- openssl-compat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openssl-compat.h') diff --git a/openssl-compat.h b/openssl-compat.h index 0f2dcb75..bffd2593 100644 --- a/openssl-compat.h +++ b/openssl-compat.h @@ -1,6 +1,9 @@ #ifndef OPENSSL_COMPAT_H #define OPENSSL_COMPAT_H +#include +#include "util-internal.h" + #if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) static inline BIO_METHOD *BIO_meth_new(int type, const char *name) -- cgit v1.2.1