From: Matt Caswell Date: Thu, 24 Aug 2017 11:25:09 +0000 (+0100) Subject: Fix enable-sctp X-Git-Tag: OpenSSL_1_1_1-pre1~778 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7d1d2a479adaaae222d88710c6ceb85706ebb0f;p=thirdparty%2Fopenssl.git Fix enable-sctp Commit b99fe5f4 broke SCTP. This fixes it again. Reviewed-by: Stephen Henson (Merged from https://github.com/openssl/openssl/pull/4244) --- diff --git a/test/handshake_helper.c b/test/handshake_helper.c index 473e22da568..4ec3867fe3f 100644 --- a/test/handshake_helper.c +++ b/test/handshake_helper.c @@ -16,6 +16,7 @@ #include #endif +#include "internal/sockets.h" #include "internal/nelem.h" #include "handshake_helper.h" #include "testutil.h"