Update verify.c

typo
This commit is contained in:
Sebastian G 2023-07-15 09:21:01 +02:00 committed by GitHub
parent e2734b52ec
commit e10c5f74bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ _FX NTSTATUS KphValidateCertificate()
else if(!expiration_date.QuadPart)
expiration_date.QuadPart = cert_date.QuadPart + KphGetDateInterval(0, 0, 1); // default 1 year, unless set differently already
// check if this is a subscription type sertificate
// check if this is a subscription type certificate
BOOLEAN isSubscription = CERT_IS_SUBSCRIPTION(Verify_CertInfo);
if (expiration_date.QuadPart != -1)