diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-31 17:59:51 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-31 17:59:56 +0300 |
commit | 2bc61ef3fb2ddd7add98aff081e5c6d721e10ba8 (patch) | |
tree | d1230479c9b3869ba36fb334c8673c84e0be7653 /libs | |
parent | f8da1f41d902c3c20f290b1988b13ce5073ab302 (diff) |
fixes #4149 (OpenSSL: switch to OpenSSL 3.x)
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libssh2/src/openssl.h | 1 | ||||
-rw-r--r-- | libs/win32/libcrypto.lib | bin | 1015854 -> 1257926 bytes | |||
-rw-r--r-- | libs/win32/libssl.lib | bin | 122290 -> 126770 bytes | |||
-rw-r--r-- | libs/win64/libcrypto.lib | bin | 993834 -> 1231004 bytes | |||
-rw-r--r-- | libs/win64/libssl.lib | bin | 119882 -> 124244 bytes |
5 files changed, 0 insertions, 1 deletions
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 <openssl/opensslconf.h> #include <openssl/sha.h> #include <openssl/rsa.h> #ifndef OPENSSL_NO_ENGINE diff --git a/libs/win32/libcrypto.lib b/libs/win32/libcrypto.lib Binary files differindex 13817c694b..41231ce4bb 100644 --- a/libs/win32/libcrypto.lib +++ b/libs/win32/libcrypto.lib diff --git a/libs/win32/libssl.lib b/libs/win32/libssl.lib Binary files differindex 8658868205..d5a5f677e1 100644 --- a/libs/win32/libssl.lib +++ b/libs/win32/libssl.lib diff --git a/libs/win64/libcrypto.lib b/libs/win64/libcrypto.lib Binary files differindex c5ab6286c3..1d5e3fb515 100644 --- a/libs/win64/libcrypto.lib +++ b/libs/win64/libcrypto.lib diff --git a/libs/win64/libssl.lib b/libs/win64/libssl.lib Binary files differindex adf06d8f24..014d4f8d59 100644 --- a/libs/win64/libssl.lib +++ b/libs/win64/libssl.lib |