parent
e10c5f74bb
commit
7a46ec3060
|
@ -24,7 +24,7 @@ typedef union _SCertInfo {
|
|||
active : 1, // certificate is active
|
||||
expired : 1, // certificate is expired but may be active
|
||||
outdated : 1, // certificate is expired, not anymore valid for the current build
|
||||
unused_1 : 2, // DEPRECTED
|
||||
unused_1 : 2, // DEPRECATED
|
||||
grace_period: 1, // the certificate is expired and or outdated but we keep it valid for 1 extra month to allof wor a seamless renewal
|
||||
reservd_2 : 2,
|
||||
|
||||
|
@ -87,4 +87,4 @@ enum ECertLevel {
|
|||
#define CERT_IS_INSIDER(cert) (CERT_IS_TYPE(cert, eCertEternal) || cert.type == eCertGreatPatreon)
|
||||
#define CERT_IS_LEVEL(cert,l) (Verify_CertInfo.active && cert.level >= l)
|
||||
|
||||
extern SCertInfo Verify_CertInfo;
|
||||
extern SCertInfo Verify_CertInfo;
|
||||
|
|
Loading…
Reference in New Issue