blob: a3df8f333759179638f4e0031195b2b3db61de89 (
plain)
1
2
3
4
5
6
7
8
|
#pragma once
#include <the_Foundation/tlsrequest.h>
iDeclareType(GmCerts)
iDeclareTypeConstructionArgs(GmCerts, const char *saveDir)
iBool checkTrust_GmCerts (iGmCerts *, iRangecc domain, const iTlsCertificate *cert);
|