Skip to content

Commit

Permalink
2025-01-24 10:10 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
Browse files Browse the repository at this point in the history
  * 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
  • Loading branch information
druzus committed Jan 24, 2025
1 parent a403494 commit 8b21566
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions contrib/hbssl/hbssl.hbm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b21566

Please sign in to comment.