Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Smith <brian@briansmith.org>2015-01-28 09:32:08 +0300
committerAdam Langley <agl@google.com>2015-01-28 23:24:09 +0300
commit33970e6ce0de1a553bd57d5b42527cd95292acae (patch)
tree2829eaa1e43c4a55e6a98cad876a826090c2fed2 /tool/transport_common.h
parent9a9a193388f0b144388bfbb62c4cc4a5c8fd82f9 (diff)
Enable bssl client/s_client and server/s_server on Windows.
Change-Id: Iea9bd25176724b56ebb21bded6925f5d30176548 Reviewed-on: https://boringssl-review.googlesource.com/3071 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'tool/transport_common.h')
-rw-r--r--tool/transport_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/transport_common.h b/tool/transport_common.h
index 6b96659a..b7010158 100644
--- a/tool/transport_common.h
+++ b/tool/transport_common.h
@@ -18,6 +18,8 @@
#include <openssl/ssl.h>
#include <string.h>
+// InitSocketLibrary calls the Windows socket init functions, if needed.
+bool InitSocketLibrary();
// Connect sets |*out_sock| to be a socket connected to the destination given
// in |hostname_and_port|, which should be of the form "www.example.com:123".