Merge branch 'gnustep:master' into new-nsurl-methods

This commit is contained in:
Hugo Melder 2021-08-17 14:00:47 +02:00 committed by GitHub
commit 0d060b5487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1530,6 +1530,8 @@ retrieve_callback(gnutls_session_t session,
}
else
{
NSLog(@"Certificates retrieved for sending to peer -\n"
@"None: not a request for an X509 certificate.");
return -1;
}
}