Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
_gnutls_post_handshake_send_params(gnutls_session_t session,
gnutls_buffer_st * extdata)
{
+ /* we don't support post-handshake authentication yet */
+ return 0;
+#if 0
+
gnutls_certificate_credentials_t cred;
const version_entry_st *max;
return GNUTLS_E_INT_RET_0;
else
return 0;
+#endif
}
int ret;
pid_t child;
+ /* re-enable when post-handshake authentication is available */
+ exit(77);
+
signal(SIGCHLD, ch_handler);
ret = socketpair(AF_UNIX, SOCK_STREAM, 0, fd);