Merge pull request #16 from mabrand/master-fix-example

Fixed example6: missing arg to defaultCertificateVerifier::verify().
This commit is contained in:
Vincent Richard 2012-12-24 07:51:54 -08:00
commit 941159b3ac

View File

@ -153,7 +153,7 @@ public:
{
setX509TrustedCerts(m_trustedCerts);
defaultCertificateVerifier::verify(chain);
defaultCertificateVerifier::verify(chain, hostname);
}
catch (vmime::exceptions::certificate_verification_exception&)
{