From dc2d895444587d758991abd9c2beb40ae467da92 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 9 Jan 2019 10:36:25 -0800 Subject: Put the Windows-vs-non-Windows socket defines in . --- sslutils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sslutils.c') diff --git a/sslutils.c b/sslutils.c index c1aac9e4..2981044e 100644 --- a/sslutils.c +++ b/sslutils.c @@ -37,6 +37,8 @@ #ifdef HAVE_OPENSSL #include +#include "portability.h" + #include "sslutils.h" static const char *ssl_keyfile = ""; //!< file containing the private key in PEM format -- cgit v1.2.3