From 0361a7d1a8649c67175883a530f9e62e6e5ec89d Mon Sep 17 00:00:00 2001 From: Markus Humm Date: Sun, 29 Oct 2023 15:29:37 +0100 Subject: [PATCH 1/2] Updated contributors list and copyright year --- NOTICE.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NOTICE.txt b/NOTICE.txt index b2cec1f..0ef92e6 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -2,7 +2,7 @@ DEC - Delphi Encryption Compendium Version 6.5 Copyright (c) 2018 - 2020 Norman Gallery (ng931884 [at] gmx [dot] de) -Copyright (c) 2016 - 2022 Markus Humm (markus [dot] humm [at] googlemail [dot] com) (main contact) +Copyright (c) 2016 - 2023 Markus Humm (markus [dot] humm [at] googlemail [dot] com) (main contact) Copyright (c) 2008 - 2019 Frederik A. Winkelsdorf (winkelsdorf [at] gmail [dot] com) Copyright (c) 1999 - 2008 Hagen Reddmann (HaReddmann [at] T-Online [dot] de) @@ -27,6 +27,7 @@ Gloegg pierangelodalben denovosoftware alexrayne +Stevie Parts of the work loosely based on the works of Wolfgang Erhardt, who is unfortunately dead already. From d53647326ac521b3b4d4f2cef22f6febbb05eb39 Mon Sep 17 00:00:00 2001 From: alexrayne Date: Sun, 29 Oct 2023 20:09:34 +0300 Subject: [PATCH 2/2] fpc hot fix --- Source/DECCipherInterface.pas | 1 + Source/DECHashBase.pas | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/DECCipherInterface.pas b/Source/DECCipherInterface.pas index bfb611d..e13ba4f 100644 --- a/Source/DECCipherInterface.pas +++ b/Source/DECCipherInterface.pas @@ -15,6 +15,7 @@ under the License. *****************************************************************************} unit DECCipherInterface; +{$INCLUDE DECOptions.inc} interface diff --git a/Source/DECHashBase.pas b/Source/DECHashBase.pas index ebfeea2..f7ecc72 100644 --- a/Source/DECHashBase.pas +++ b/Source/DECHashBase.pas @@ -49,7 +49,7 @@ TDECHashClass = class of TDECHash; TDECHash = class(TDECObject) // does not find methods of the interface as it // searches for AnsiString instead of RawByteString // and thus does not find that - private + protected {$ELSE} TDECHash = class(TDECObject, IDECHash) strict private