From a57a6c8d3e1625879a39fc7bd611357b3a3dbab2 Mon Sep 17 00:00:00 2001 From: Enrico Maria Giordano Date: Sat, 4 Nov 2023 16:38:29 +0100 Subject: [PATCH] contrib/hbssl: Support for OpenSSL 3 (#329) 2023-10-29 14:27 UTC+0100 Enrico Maria Giordano (e.m.giordano@emagsoftware.it) * contrib/hbssl/hbssl.hbp ! added support for Openssl 3 --- ChangeLog.txt | 4 ++++ contrib/hbssl/hbssl.hbp | 4 ++++ 2 files changed, 8 insertions(+) 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