Skip to content

Commit ad15170

Browse files
lexboss777lsh123
authored andcommitted
fix typo in the method name (lsh123#275)
1 parent 637467c commit ad15170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mscrypto/x509vfy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ xmlSecMSCryptoUnixTimeToFileTime(time_t t, LPFILETIME pft) {
162162
}
163163

164164
static BOOL
165-
xmlSecMSCrypoVerifyCertTime(PCCERT_CONTEXT pCert, LPFILETIME pft) {
165+
xmlSecMSCryptoVerifyCertTime(PCCERT_CONTEXT pCert, LPFILETIME pft) {
166166
xmlSecAssert2(pCert != NULL, FALSE);
167167
xmlSecAssert2(pCert->pCertInfo != NULL, FALSE);
168168
xmlSecAssert2(pft != NULL, FALSE);
@@ -341,7 +341,7 @@ xmlSecMSCryptoBuildCertChainManually (PCCERT_CONTEXT cert, LPFILETIME pfTime,
341341
PCCERT_CONTEXT issuerCert = NULL;
342342
DWORD flags;
343343

344-
if (!xmlSecMSCrypoVerifyCertTime(cert, pfTime)) {
344+
if (!xmlSecMSCryptoVerifyCertTime(cert, pfTime)) {
345345
xmlSecMSCryptoX509StoreCertError(store, cert, CERT_STORE_TIME_VALIDITY_FLAG);
346346
return(FALSE);
347347
}

0 commit comments

Comments
 (0)