diff options
Diffstat (limited to 'src/gmrequest.c')
-rw-r--r-- | src/gmrequest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmrequest.c b/src/gmrequest.c index f065f935..c968990c 100644 --- a/src/gmrequest.c +++ b/src/gmrequest.c | |||
@@ -157,7 +157,7 @@ static void checkServerCertificate_GmRequest_(iGmRequest *d) { | |||
157 | if (!isExpired_TlsCertificate(cert)) { | 157 | if (!isExpired_TlsCertificate(cert)) { |
158 | resp->certFlags |= timeVerified_GmCertFlag; | 158 | resp->certFlags |= timeVerified_GmCertFlag; |
159 | } | 159 | } |
160 | if (verifyDomain_TlsCertificate(cert, domain)) { | 160 | if (verifyDomain_GmCerts(cert, domain)) { |
161 | resp->certFlags |= domainVerified_GmCertFlag; | 161 | resp->certFlags |= domainVerified_GmCertFlag; |
162 | } | 162 | } |
163 | if (checkTrust_GmCerts(d->certs, domain, cert)) { | 163 | if (checkTrust_GmCerts(d->certs, domain, cert)) { |