shortened debug output
This commit is contained in:
@@ -939,8 +939,8 @@ static bool verify_trust_chain(private_credential_manager_t *this,
|
|||||||
{
|
{
|
||||||
if (current->equals(current, issuer))
|
if (current->equals(current, issuer))
|
||||||
{
|
{
|
||||||
DBG1(DBG_CFG, "certificate \"%D\" is self-signed, but ",
|
DBG1(DBG_CFG, " self-signed certificate \"%D\" is not trusted",
|
||||||
"not trusted", current->get_subject(current));
|
current->get_subject(current));
|
||||||
issuer->destroy(issuer);
|
issuer->destroy(issuer);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user