summaryrefslogtreecommitdiff
path: root/lib/ext/post_handshake.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext/post_handshake.c')
-rw-r--r--lib/ext/post_handshake.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ext/post_handshake.c b/lib/ext/post_handshake.c
index 49f00f0b09..fa1e870fde 100644
--- a/lib/ext/post_handshake.c
+++ b/lib/ext/post_handshake.c
@@ -75,6 +75,10 @@ static int
_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;
@@ -96,6 +100,7 @@ _gnutls_post_handshake_send_params(gnutls_session_t session,
return GNUTLS_E_INT_RET_0;
else
return 0;
+#endif
}