Browse Source

* Renamed ecc->fpecc

Michaël Van Canneyt 3 years ago
parent
commit
b445cadeb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-hash/src/fphashutils.pp

+ 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;