#ifndef __FINDCERT_H__ #define __FINDCERT_H__ bool FindCertificate(const std::string& filename, ByteVector& cert); bool GetFileSignature(const std::string& filename, ByteVector& sig, uint16_t& version, uint16_t& type, uint32_t& offset); #endif