{ 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.