[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Thu Aug 24 12:26:49 UTC 2017
The branch master has been updated
via f7d1d2a479adaaae222d88710c6ceb85706ebb0f (commit)
from 3733ce61a2a0933bf7b04d9a14bfe3ac22bb8a0d (commit)
- Log -----------------------------------------------------------------
commit f7d1d2a479adaaae222d88710c6ceb85706ebb0f
Author: Matt Caswell <matt at openssl.org>
Date: Thu Aug 24 12:25:09 2017 +0100
Fix enable-sctp
Commit b99fe5f4 broke SCTP. This fixes it again.
Reviewed-by: Stephen Henson <steve at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4244)
-----------------------------------------------------------------------
Summary of changes:
test/handshake_helper.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/handshake_helper.c b/test/handshake_helper.c
index 473e22d..4ec3867 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"
More information about the openssl-commits
mailing list