From 2bc61ef3fb2ddd7add98aff081e5c6d721e10ba8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 31 Jan 2024 17:59:51 +0300 Subject: fixes #4149 (OpenSSL: switch to OpenSSL 3.x) --- libs/libssh2/src/openssl.h | 1 - libs/win32/libcrypto.lib | Bin 1015854 -> 1257926 bytes libs/win32/libssl.lib | Bin 122290 -> 126770 bytes libs/win64/libcrypto.lib | Bin 993834 -> 1231004 bytes libs/win64/libssl.lib | Bin 119882 -> 124244 bytes 5 files changed, 1 deletion(-) (limited to 'libs') diff --git a/libs/libssh2/src/openssl.h b/libs/libssh2/src/openssl.h index ad256a18c3..efd9a007f6 100644 --- a/libs/libssh2/src/openssl.h +++ b/libs/libssh2/src/openssl.h @@ -78,7 +78,6 @@ #endif /* LIBSSH2_WOLFSSL */ -#include #include #include #ifndef OPENSSL_NO_ENGINE diff --git a/libs/win32/libcrypto.lib b/libs/win32/libcrypto.lib index 13817c694b..41231ce4bb 100644 Binary files a/libs/win32/libcrypto.lib and b/libs/win32/libcrypto.lib differ diff --git a/libs/win32/libssl.lib b/libs/win32/libssl.lib index 8658868205..d5a5f677e1 100644 Binary files a/libs/win32/libssl.lib and b/libs/win32/libssl.lib differ diff --git a/libs/win64/libcrypto.lib b/libs/win64/libcrypto.lib index c5ab6286c3..1d5e3fb515 100644 Binary files a/libs/win64/libcrypto.lib and b/libs/win64/libcrypto.lib differ diff --git a/libs/win64/libssl.lib b/libs/win64/libssl.lib index adf06d8f24..014d4f8d59 100644 Binary files a/libs/win64/libssl.lib and b/libs/win64/libssl.lib differ -- cgit v1.2.3