git-svn-id: trunk@43087 -
This commit is contained in:
michael 2019-09-29 06:18:57 +00:00
parent 0a379def88
commit 876ad688c7

View File

@ -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;