From 8b21566675df43a2b30ca69dc45199d8ce4aed25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Fri, 24 Jan 2025 10:10:24 +0100 Subject: [PATCH] 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 --- ChangeLog.txt | 7 +++++++ contrib/hbssl/hbssl.hbm | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index f57fad2adc..a91224de04 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 diff --git a/contrib/hbssl/hbssl.hbm b/contrib/hbssl/hbssl.hbm index 4149eb7449..d88f5c31e4 100644 --- a/contrib/hbssl/hbssl.hbm +++ b/contrib/hbssl/hbssl.hbm @@ -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