mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 00:39:15 +02:00
* Reorder units
This commit is contained in:
parent
70c286d7d5
commit
1c9c9bd8bd
@ -5,7 +5,7 @@ unit fpasn;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, fphashutils;
|
Basenenc, Classes, SysUtils, fphashutils;
|
||||||
|
|
||||||
const
|
const
|
||||||
ASN1_BOOL = $01;
|
ASN1_BOOL = $01;
|
||||||
@ -70,8 +70,6 @@ procedure ASNParsePemSection(const PEM: AnsiString; List: TStrings; const BeginT
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
Uses basenenc;
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// ASN
|
// ASN
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user