You've already forked lazarus-ccr
fpspreadsheet: Refactor TsCryptoInfo record.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5788 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -2085,8 +2085,8 @@ end;
|
||||
-------------------------------------------------------------------------------}
|
||||
procedure InitCryptoInfo(out AValue: TsCryptoInfo);
|
||||
begin
|
||||
AValue.Password := '';
|
||||
AValue.AlgorithmName := '';
|
||||
AValue.PasswordHash := '';
|
||||
AValue.Algorithm := caUnknown;
|
||||
AValue.HashValue := '';
|
||||
AValue.SaltValue := '';
|
||||
AValue.SpinCount := 0;
|
||||
|
Reference in New Issue
Block a user