* Reorder units

(cherry picked from commit 1c9c9bd8bd)
This commit is contained in:
Michaël Van Canneyt 2021-11-13 15:49:44 +01:00 committed by marcoonthegit
parent a23f4ba13b
commit 2967d1e473

View File

@ -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
//------------------------------------------------------------------------------