2
0
Michaël Van Canneyt 4 жил өмнө
parent
commit
b445cadeb9

+ 1 - 1
packages/fcl-hash/src/fphashutils.pp

@@ -16,7 +16,7 @@ unit fphashutils;
 interface
 interface
 
 
 uses
 uses
-  Classes, SysUtils, ECC;
+  Classes, SysUtils, fpECC;
 
 
 Procedure BytesFromVar(out aBytes : TBytes; aLocation : Pointer; aSize : Integer);
 Procedure BytesFromVar(out aBytes : TBytes; aLocation : Pointer; aSize : Integer);
 Function BytesFromVar(aLocation : Pointer; aSize : Integer) : TBytes;
 Function BytesFromVar(aLocation : Pointer; aSize : Integer) : TBytes;