From de72cb0c79dbfddaff377b4790b7dffa0616d39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Sun, 28 Jan 2024 12:53:29 +0100 Subject: [PATCH] 2024-01-28 12:53 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbfimage/core.c * use FreeImage_Rotate() instead of FreeImage_RotateClassic() in new FreeImage versions which do not support this function * contrib/hbsqlit3/core.c * added missing casting reported as bug in C++ mode * contrib/hbssl/hbssl.h * contrib/hbssl/rsa.c * added HB_SSL_CONST_BYTE() macro to pacify unconst warnings in old SSL versions * src/rdd/wacore.c * inlined macro to pacify still returning false warning --- ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index dbc1e94229..b47307dba7 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,7 +7,7 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ -2024-01-28 12:50 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) +2024-01-28 12:53 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbfimage/core.c * use FreeImage_Rotate() instead of FreeImage_RotateClassic() in new FreeImage versions which do not support this function