mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 18:29:13 +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);
|
ASNParsePemSection(Buffer, List, _BEGIN_EC_PRIVATE_KEY, _END_EC_PRIVATE_KEY);
|
||||||
if List.Count < 7 then
|
if List.Count < 7 then
|
||||||
Exit;
|
Exit;
|
||||||
Writeln(List.Text);
|
// Writeln(List.Text);
|
||||||
CurveOID := List.Strings[4];
|
CurveOID := List.Strings[4];
|
||||||
Result := (CurveOID=ASN_secp256r1);
|
Result := (CurveOID=ASN_secp256r1);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user