mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
parent
0a379def88
commit
876ad688c7
@ -181,7 +181,7 @@ end;
|
||||
|
||||
function HMACSHA1Match(const ADigest1, ADigest2: THMACSHA1Digest): boolean;
|
||||
begin
|
||||
Result := HMACSHA1Match(ADigest1, ADigest2);
|
||||
Result := SHA1Match(ADigest1, ADigest2);
|
||||
end;
|
||||
|
||||
function HMACSHA1(const AKey, AMessage: string): string;
|
||||
|
Loading…
Reference in New Issue
Block a user