2025-01-24 10:10 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbssl/hbssl.hbm
* added -Wno-error=deprecated-declarations to suppress errors in Solaris
strict builds compiled with -Werror
EVP_des_*() except EVP_des_ede3*()), EVP_desx_*(), EVP_rc[24]*() and
EVP_md[245]*() are deprecated
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
Entries may not always be in chronological/commit order.
|
||||
See license at the end of file. */
|
||||
|
||||
2025-01-24 10:10 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* contrib/hbssl/hbssl.hbm
|
||||
* added -Wno-error=deprecated-declarations to suppress errors in Solaris
|
||||
strict builds compiled with -Werror
|
||||
EVP_des_*() except EVP_des_ede3*()), EVP_desx_*(), EVP_rc[24]*() and
|
||||
EVP_md[245]*() are deprecated
|
||||
|
||||
2025-01-24 09:21 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* contrib/hbssl/ssl.c
|
||||
* contrib/hbssl/sslctx.c
|
||||
|
||||
@@ -35,6 +35,11 @@
|
||||
# the complete OpenSSL API, starting with OS X Lion 10.7
|
||||
-cflag={allgcc&darwin}-Wno-deprecated
|
||||
|
||||
# to suppress errors in Solaris strict builds compiled with -Werror
|
||||
# EVP_des_*() except EVP_des_ede3*()), EVP_desx_*(),
|
||||
# EVP_rc[24]*() and EVP_md[245]*() are deprecated
|
||||
-cflag=-Wno-error=deprecated-declarations{sunos&allgcc&HB_BUILD_TEST='strict'}
|
||||
|
||||
# For _fileno() in openssl/applink.c
|
||||
-c=gnu90
|
||||
|
||||
|
||||
Reference in New Issue
Block a user