mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Core/SSH: OpenSSL 3.0 deprecation warnings are suppressed. (#153)
This commit is contained in:
parent
33ac49eae6
commit
903e4d0715
1 changed files with 9 additions and 0 deletions
|
|
@ -46,6 +46,15 @@
|
|||
#define PACKAGE_URL "https://github.com/ultimatepp/ultimatepp"
|
||||
#define PACKAGE_VERSION "2022.2 (libssh2 v.1.10.0)"
|
||||
|
||||
/*
|
||||
OpenSSL version 3.0 deprecated a bunch of api calls.
|
||||
Until libssh2 adopts the new API calls, we will simply
|
||||
suppress the deprecation warnings by compiling the library
|
||||
in compatibility mode.
|
||||
*/
|
||||
|
||||
#define OPENSSL_API_COMPAT 0x10100000L
|
||||
|
||||
/* Headers */
|
||||
#define HAVE_INTTYPES_H
|
||||
#define HAVE_STDLIB_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue