]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libpq/patches/windows/openssl_exe_path.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libpq / patches / windows / openssl_exe_path.patch
1 diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm
2 index 51711c2bf..d33fdc3b0 100644
3 --- a/src/tools/msvc/Solution.pm
4 +++ b/src/tools/msvc/Solution.pm
5 @@ -133,7 +133,7 @@ sub GetOpenSSLVersion
6 # openssl.exe is in the specified directory.
7 # Quote the .exe name in case it has spaces
8 my $opensslcmd =
9 - qq("$self->{options}->{openssl}\\bin\\openssl.exe" version 2>&1);
10 + qq("openssl.exe" version 2>&1);
11 my $sslout = `$opensslcmd`;
12
13 $? >> 8 == 0