mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 20:30:55 +02:00
* Renamed ecc->fpecc
This commit is contained in:
parent
1be9fecf4b
commit
b445cadeb9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user