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