Skip to content

Commit

Permalink
2025-01-19 19:38 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
Browse files Browse the repository at this point in the history
  * contrib/hbssl/hbssl.h
    * set OPENSSL_API_COMPAT to 10100 instead of 10100 to reduce conflicts
      with OPENSSL_CONFIGURED_API
  • Loading branch information
druzus committed Jan 19, 2025
1 parent 8ef93ac commit c748a5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */

2025-01-19 19:38 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbssl/hbssl.h
* set OPENSSL_API_COMPAT to 10100 instead of 10100 to reduce conflicts
with OPENSSL_CONFIGURED_API

2025-01-19 14:33 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rdd/dbfcdx/dbfcdx1.c
% Removed always false dummy condition. For
Expand Down
2 changes: 1 addition & 1 deletion contrib/hbssl/hbssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

/* pacify OpenSSL 3.0 depreciated warnings until we update the code */
#ifndef OPENSSL_API_COMPAT
#define OPENSSL_API_COMPAT 10200
#define OPENSSL_API_COMPAT 10100
#endif

#if defined( HB_OS_WIN )
Expand Down

0 comments on commit c748a5a

Please sign in to comment.