diff options
author | Matt Caswell <matt@openssl.org> | 2017-08-24 13:25:09 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2017-08-24 14:20:01 +0200 |
commit | f7d1d2a479adaaae222d88710c6ceb85706ebb0f (patch) | |
tree | 561930e0b493808ae2dedeb78f28c2282664338a /test | |
parent | Add documentation for SRTP functions (diff) | |
download | openssl-f7d1d2a479adaaae222d88710c6ceb85706ebb0f.tar.xz openssl-f7d1d2a479adaaae222d88710c6ceb85706ebb0f.zip |
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')
-rw-r--r-- | test/handshake_helper.c | 1 |
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" |