diff options
author | klaus triendl <klaus@triendl.eu> | 2023-01-19 13:14:48 +0100 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-03-14 22:49:40 +0100 |
commit | 18891efdf4813547bc4e5b3791ac7af72fa277c8 (patch) | |
tree | 1a70b7a1a348e2d6f752c99f5d5b9f1d8400ac70 /INSTALL.md | |
parent | Fix PKCS12_newpass() to work with PBES2. (diff) | |
download | openssl-18891efdf4813547bc4e5b3791ac7af72fa277c8.tar.xz openssl-18891efdf4813547bc4e5b3791ac7af72fa277c8.zip |
Added 'hybrid CRT' targets for the Windows platform
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20081)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index ebde856a90..0fb8b27fe3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -167,8 +167,9 @@ issue the following commands to build OpenSSL. As mentioned in the [Choices](#choices) section, you need to pick one of the four Configure targets in the first command. -Most likely you will be using the `VC-WIN64A` target for 64bit Windows -binaries (AMD64) or `VC-WIN32` for 32bit Windows binaries (X86). +Most likely you will be using the `VC-WIN64A`/`VC-WIN64A-HYBRIDCRT` target for +64bit Windows binaries (AMD64) or `VC-WIN32`/`VC-WIN32-HYBRIDCRT` for 32bit +Windows binaries (X86). The other two options are `VC-WIN64I` (Intel IA64, Itanium) and `VC-CE` (Windows CE) are rather uncommon nowadays. |