Commit f7d1d2a4 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix enable-sctp



Commit b99fe5f4 broke SCTP. This fixes it again.

Reviewed-by: default avatarStephen Henson <steve@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4244)
parent 3733ce61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include <openssl/srp.h>
#endif

#include "internal/sockets.h"
#include "internal/nelem.h"
#include "handshake_helper.h"
#include "testutil.h"