diff options
author | Brent Cook <busterb@gmail.com> | 2020-11-11 05:39:56 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-11-11 05:39:56 -0600 |
commit | df3d4bb57a253f85bb60567aaea5f2dd992a9fbd (patch) | |
tree | ce470698e45cccf76c7f1c05c803936b41fa52ee /README.md | |
parent | 9abd36e3af5876f67c633f27496ad5660ab7fe24 (diff) | |
download | portable-df3d4bb57a253f85bb60567aaea5f2dd992a9fbd.tar.gz portable-df3d4bb57a253f85bb60567aaea5f2dd992a9fbd.tar.bz2 portable-df3d4bb57a253f85bb60567aaea5f2dd992a9fbd.zip |
Add -lbcrypt to Windows builds for CNG in getentropy
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,9 +37,9 @@ At the time of this writing, LibreSSL is known to build and work on: | |||
37 | * AIX (5.3 and later) | 37 | * AIX (5.3 and later) |
38 | 38 | ||
39 | LibreSSL also supports the following Windows environments: | 39 | LibreSSL also supports the following Windows environments: |
40 | * Microsoft Windows (Vista or higher, x86 and x64) | 40 | * Microsoft Windows (Windows 7 / Windows Server 2008r2 or later, x86 and x64) |
41 | * Wine (32-bit and 64-bit) | 41 | * Wine (32-bit and 64-bit) |
42 | * Builds with Mingw-w64, Cygwin, and Visual Studio | 42 | * Mingw-w64, Cygwin, and Visual Studio |
43 | 43 | ||
44 | Official release tarballs are available at your friendly neighborhood | 44 | Official release tarballs are available at your friendly neighborhood |
45 | OpenBSD mirror in directory | 45 | OpenBSD mirror in directory |