diff --git a/ChangeLog.txt b/ChangeLog.txt index 64cc407e0b..4e28a4b6c8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,10 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2023-10-29 14:27 UTC+0100 Enrico Maria Giordano (e.m.giordano@emagsoftware.it) + * contrib/hbssl/hbssl.hbp + ! added support for Openssl 3 + 2023-07-07 00:07 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/vm/classes.c ! fixed GPF when object item variable is passed by reference but the object diff --git a/contrib/hbssl/hbssl.hbp b/contrib/hbssl/hbssl.hbp index 7f68c5ee92..bb73774286 100644 --- a/contrib/hbssl/hbssl.hbp +++ b/contrib/hbssl/hbssl.hbp @@ -9,6 +9,10 @@ -depimplibs=openssl:../bin/libssl-1_1.dll -depimplibs=openssl:../bin/libcrypto-1_1-x64.dll -depimplibs=openssl:../bin/libssl-1_1-x64.dll +-depimplibs=openssl:../bin/libcrypto-3.dll +-depimplibs=openssl:../bin/libssl-3.dll +-depimplibs=openssl:../bin/libcrypto-3-x64.dll +-depimplibs=openssl:../bin/libssl-3-x64.dll hbssl.hbm