Streamline debug output when receiving intermediate CA certificates in IKEv1

This commit is contained in:
Martin Willi
2013-01-11 10:24:23 +01:00
parent cde6a9ec9f
commit 1954cc7720
@@ -231,7 +231,7 @@ static void process_pkcs7(cert_payload_t *payload, auth_cfg_t *auth)
if (x509->get_flags(x509) & X509_CA)
{
DBG1(DBG_IKE, "received intermediate ca cert \"%Y\"",
DBG1(DBG_IKE, "received issuer cert \"%Y\"",
cert->get_subject(cert));
auth->add(auth, AUTH_HELPER_IM_CERT, cert->get_ref(cert));
}