mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 16:50:42 +00:00
Add debug log for certificat request which is not for x509
This commit is contained in:
parent
a9d601746f
commit
96ef94862f
1 changed files with 2 additions and 0 deletions
|
@ -1530,6 +1530,8 @@ retrieve_callback(gnutls_session_t session,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
NSLog(@"Certificates retrieved for sending to peer -\n"
|
||||||
|
@"None: not a request for an X509 certificate.");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue