fixed misplaced #endif

This commit is contained in:
Günter Obiltschnig 2014-10-10 08:21:08 +02:00
parent af38d47df2
commit b72641d20b

View File

@ -1308,8 +1308,8 @@ void SecureSocketImpl::verifyCertificateChainClient(PCCERT_CONTEXT pServerCert)
} }
else break; else break;
} }
}
#endif #endif
}
CertFreeCertificateChain(pChainContext); CertFreeCertificateChain(pChainContext);
} }