* Renamed ecc->fpecc

(cherry picked from commit b445cadeb9)
This commit is contained in:
Michaël Van Canneyt 2021-11-13 15:34:03 +01:00 committed by marcoonthegit
parent 3da7cc9bc7
commit 27da1c78bd

View File

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