Skip to content

Commit

Permalink
contrib/hbssl: Support for OpenSSL 3 (#329)
Browse files Browse the repository at this point in the history
2023-10-29 14:27 UTC+0100 Enrico Maria Giordano ([email protected])
   * contrib/hbssl/hbssl.hbp
     ! added support for Openssl 3
  • Loading branch information
EMG60 authored Nov 4, 2023
1 parent cd091a6 commit a57a6c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ([email protected])
* 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
Expand Down
4 changes: 4 additions & 0 deletions contrib/hbssl/hbssl.hbp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a57a6c8

Please sign in to comment.