From 8d7d778e4ffc0380bc2a0e11fcf9aa5ee866d5e6 Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Thu, 12 Oct 2023 12:01:08 -0400 Subject: [PATCH] add instructions for libcrypto.dll --- Building-OpenSSH-for-Windows-(using-LibreSSL-crypto).md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto).md b/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto).md index 72548fa..690694d 100644 --- a/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto).md +++ b/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto).md @@ -25,9 +25,11 @@ - Open `contrib\win32\openssh\Win32-OpenSSH.sln` in Visual Studio, if prompted ensure platform toolset is set to "no upgrade" and Windows SDK is set to "10.0.22621.0" - If necessary, change the configuration and architecture from the middle toolbar - Build the Win32-OpenSSH binaries - - Binaries will be in a `.\bin\{Architecture}\{Configuration}` folder, as shown in the image below for an x64, Debug build: +- Note: after the first build of a configuration & architecture or if a new libcrypto version is being pulled in, the corresponding `libcrypto.dll` needs to be copied from `\contrib\win32\openssh\libressl\bin\desktop\{Architecture}\` to `.\bin\{Architecture}\{Configuration}` + - Binaries will be in a `\bin\{Architecture}\{Configuration}` folder, as shown in the image below for an x64, Debug build: ![OpenSSH Binaries Folder Location](https://user-images.githubusercontent.com/14894321/155556691-3573b5df-8295-4815-9543-a8e38e78b5fa.png) + #### Building OpenSSH for Windows Using Build Script In Powershell: - cd repository-root