summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2022-10-23 10:30:55 +0200
committerGitHub <noreply@github.com>2022-10-23 10:30:55 +0200
commit82bbb22b127bb85b2ec307d4f6c6e7486dd761af (patch)
treeb5ec953d9b0e501fed66cd1c05d16a06374e7ab5
parent739a72992d42373c38d75d3f97890ba3080eced2 (diff)
downloadwiki-82bbb22b127bb85b2ec307d4f6c6e7486dd761af.tar.gz
wiki-82bbb22b127bb85b2ec307d4f6c6e7486dd761af.tar.bz2
wiki-82bbb22b127bb85b2ec307d4f6c6e7486dd761af.zip
Revert "Update windows-requirements.md (#819)" (#827)
This reverts commit 6c14c887d8e5f37d50f54b4ff3e4dad57cd6650e.
-rw-r--r--docs/windows-requirements.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md
index 69fe92f..6894337 100644
--- a/docs/windows-requirements.md
+++ b/docs/windows-requirements.md
@@ -9,7 +9,7 @@
| :----------------------------------------------------------------- |
| Boost ≥ 1.74 |
| MySQL ≥ 5.7.0 |
-| OpenSLL ≥ 1.0.x |
+| OpenSLL ≥ 1.0.x (OpenSSL 3.0 is not supported) |
| CMake ≥ 3.16 |
| MS Visual Studio (Community) ≥ 17 (2022) (Desktop) (No preview) |
@@ -81,6 +81,8 @@
1. [OpenSSL](http://www.slproweb.com/products/Win32OpenSSL.html) Download the 64bit version. Or you can get both if you plan to compile both 32 and 64bit, they can coexist side by side.
+ - **OpenSSL 3.0 is not supported.**
+
- Find the 64bit version by finding the latest 1.0.x or 1.1.x Win64 OpenSSL that is NOT the "light" version. (Example: Win64 OpenSSL v1.1.1g)
- Find the 32bit version by finding the latest 1.0.x or 1.1.x Win32 OpenSSL that is NOT the "light" version. (Example: Win32 OpenSSL v1.1.1g)