summaryrefslogtreecommitdiffstats
path: root/test/handshake_helper.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-08-24 12:25:09 +0100
committerMatt Caswell <matt@openssl.org>2017-08-24 13:20:01 +0100
commitf7d1d2a479adaaae222d88710c6ceb85706ebb0f (patch)
tree561930e0b493808ae2dedeb78f28c2282664338a /test/handshake_helper.c
parent3733ce61a2a0933bf7b04d9a14bfe3ac22bb8a0d (diff)
Fix enable-sctp
Commit b99fe5f4 broke SCTP. This fixes it again. Reviewed-by: Stephen Henson <steve@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4244)
Diffstat (limited to 'test/handshake_helper.c')
-rw-r--r--test/handshake_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/handshake_helper.c b/test/handshake_helper.c
index 473e22da56..4ec3867fe3 100644
--- a/test/handshake_helper.c
+++ b/test/handshake_helper.c
@@ -16,6 +16,7 @@
#include <openssl/srp.h>
#endif
+#include "internal/sockets.h"
#include "internal/nelem.h"
#include "handshake_helper.h"
#include "testutil.h"