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-27 06:54:32 +0300
committerAdam Langley <agl@google.com>2015-01-28 23:07:39 +0300
commitafdaeee7ed9500e4186348aef7ee2d8bd6ccb556 (patch)
tree23984f4a93ef15635340cee00fa0d23a9d4a3f56 /BUILDING
parent2fe7f2d0d9a6fcc75b4e594eeec306cc55acd594 (diff)
Enable bssl (md5sum, sha256sum, etc.) on Windows.
We deal with the difference between binary and text modes on Windows by doing all I/O in binary mode (including, in particular, stdin/stdout/stderr) and by treating text mode as equivalent to binary mode (i.e. we use Unix line ending semantics). Change-Id: I76a46d8d02cd7efe1931c8272d8f2c311aef3acb Reviewed-on: https://boringssl-review.googlesource.com/3070 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING3
1 files changed, 0 insertions, 3 deletions
diff --git a/BUILDING b/BUILDING
index 88c96f46..8438dafb 100644
--- a/BUILDING
+++ b/BUILDING
@@ -70,9 +70,6 @@ Known Limitations on Windows:
* The bssl client, server, s_client, and s_server commands are not built on
Windows.
- * The bssl md5sum, sha1sum, sha256sum, etc. commands are not built on
- Windows.
-
* The tests written in Go do not work.
[1] http://www.cmake.org/download/