18 lines
511 B
ObjectPascal
18 lines
511 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit DEC60Lazarus;
|
|
|
|
{$warn 5023 off : no warning about unused units}
|
|
interface
|
|
|
|
uses
|
|
DECBaseClass, DECCipherBase, DECCipherFormats, DECCipherInterface,
|
|
DECCipherModes, DECCiphers, DECCRC, DECData, DECDataCipher, DECDataHash,
|
|
DECFormat, DECFormatBase, DECHash, DECHashBase, DECHashInterface, DECRandom,
|
|
DECTypes, DECUtil, DECUtilRawByteStringHelper;
|
|
|
|
implementation
|
|
|
|
end. |