Skip to content

Commit 5f5e2be

Browse files
committed
revert the change in paths.targets
1 parent 570e108 commit 5f5e2be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contrib/win32/openssh/paths.targets

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<OpenSSH-Bin-Path>$(SolutionDir)..\..\..\bin\</OpenSSH-Bin-Path>
66
<OpenSSH-Lib-Path>$(SolutionDir)lib\</OpenSSH-Lib-Path>
77
<OpenSSL-Path>$(SolutionDir)\OpenSSLSDK\1.0.2d</OpenSSL-Path>
8-
<OpenSSL-Win32-Release-Path>$(SolutionDir)\OpenSSLSDK\1.0.2i\Win32\Release\</OpenSSL-Win32-Release-Path>
9-
<OpenSSL-Win32-Debug-Path>$(SolutionDir)\OpenSSLSDK\1.0.2i\Win32\Debug\</OpenSSL-Win32-Debug-Path>
10-
<OpenSSL-x64-Release-Path>$(SolutionDir)\OpenSSLSDK\1.0.2i\x64\Release\</OpenSSL-x64-Release-Path>
11-
<OpenSSL-x64-Debug-Path>$(SolutionDir)\OpenSSLSDK\1.0.2i\x64\Debug\</OpenSSL-x64-Debug-Path>
8+
<OpenSSL-Win32-Release-Path>$(SolutionDir)\OpenSSLSDK\1.0.2d\Win32\Release\</OpenSSL-Win32-Release-Path>
9+
<OpenSSL-Win32-Debug-Path>$(SolutionDir)\OpenSSLSDK\1.0.2d\Win32\Debug\</OpenSSL-Win32-Debug-Path>
10+
<OpenSSL-x64-Release-Path>$(SolutionDir)\OpenSSLSDK\1.0.2d\x64\Release\</OpenSSL-x64-Release-Path>
11+
<OpenSSL-x64-Debug-Path>$(SolutionDir)\OpenSSLSDK\1.0.2d\x64\Debug\</OpenSSL-x64-Debug-Path>
1212
<!-- <UseOpenSSL>false</UseOpenSSL> -->
1313
</PropertyGroup>
1414
</Project>

0 commit comments

Comments
 (0)