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)
This commit is contained in:
Matt Caswell 2017-08-24 12:25:09 +01:00
parent 3733ce61a2
commit f7d1d2a479

View File

@ -16,6 +16,7 @@
#include <openssl/srp.h>
#endif
#include "internal/sockets.h"
#include "internal/nelem.h"
#include "handshake_helper.h"
#include "testutil.h"