aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-07-08 08:56:01 -0500
committerBrent Cook <bcook@openbsd.org>2015-07-08 08:56:01 -0500
commit5d916a25d2381525359228f8f973e0a1d75da7b0 (patch)
treec3075af59e46d12f6f5291716b1775f0db4d102d
parentc194be10091233d137ae0ec61aae15a0ceb07cd5 (diff)
downloadportable-5d916a25d2381525359228f8f973e0a1d75da7b0.tar.gz
portable-5d916a25d2381525359228f8f973e0a1d75da7b0.tar.bz2
portable-5d916a25d2381525359228f8f973e0a1d75da7b0.zip
update and clarify windows versions
-rw-r--r--ChangeLog2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 88747a6..55338b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,7 +35,7 @@ with the OpenSSL project.
35 35
36 * Assorted build fixes for musl, HP-UX, Mingw, Solaris. 36 * Assorted build fixes for musl, HP-UX, Mingw, Solaris.
37 37
38 * Initial support for Windows 2009, 2003, XP 38 * Initial support for Windows Embeded 2009, Server 2003, XP
39 39
40 * Protocol parsing conversions to BoringSSL's CRYPTO ByteString (CBS) API 40 * Protocol parsing conversions to BoringSSL's CRYPTO ByteString (CBS) API
41 41
diff --git a/README.md b/README.md
index be8bdd8..501f7bb 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ At the time of this writing, LibreSSL is know to build and work on:
35* AIX (5.3 and later) 35* AIX (5.3 and later)
36 36
37LibreSSL also supports the following Windows environments: 37LibreSSL also supports the following Windows environments:
38* Microsoft Windows (Vista or higher, x86 and x64) 38* Microsoft Windows (XP or higher, x86 and x64)
39* Wine (32-bit and 64-bit) 39* Wine (32-bit and 64-bit)
40* Builds with Mingw-w64 and Cygwin 40* Builds with Mingw-w64 and Cygwin
41 41