* Fix debug statement

This commit is contained in:
Michaël Van Canneyt 2023-10-13 16:13:08 +02:00
parent 358d45f9eb
commit d5807e03b6

View File

@ -169,7 +169,7 @@ begin
ASNParsePemSection(Buffer, List, _BEGIN_EC_PRIVATE_KEY, _END_EC_PRIVATE_KEY);
if List.Count < 7 then
Exit;
Writeln(List.Text);
// Writeln(List.Text);
CurveOID := List.Strings[4];
Result := (CurveOID=ASN_secp256r1);
end;