projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3733ce6
)
Fix enable-sctp
author
Matt Caswell
<matt@openssl.org>
Thu, 24 Aug 2017 11:25:09 +0000
(12:25 +0100)
committer
Matt Caswell
<matt@openssl.org>
Thu, 24 Aug 2017 12:20:01 +0000
(13:20 +0100)
Commit
b99fe5f4
broke SCTP. This fixes it again.
Reviewed-by: Stephen Henson <steve@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4244)
test/handshake_helper.c
patch
|
blob
|
history
diff --git
a/test/handshake_helper.c
b/test/handshake_helper.c
index 473e22da56883a71d3dc56a48511c6cd9677a74c..4ec3867fe3f980ba1ba6508159b75c1d3d0899bd 100644
(file)
--- 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"