mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +02:00
* Fix debug statement
This commit is contained in:
parent
358d45f9eb
commit
d5807e03b6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user