mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 13:38:31 +02:00
* Correct case label
This commit is contained in:
parent
eee6168fc1
commit
07a798f733
@ -140,7 +140,7 @@ type
|
||||
private
|
||||
FDidFinal : Boolean;
|
||||
case FHashVersion: TSHA2Version of
|
||||
Sha256 : (_S224 : TSHA224);
|
||||
Sha224 : (_S224 : TSHA224);
|
||||
Sha256 : (_S256 : TSHA256);
|
||||
Sha384 : (_S384 : TSHA384);
|
||||
Sha512 : (_S512 : TSHA512);
|
||||
|
Loading…
Reference in New Issue
Block a user