summaryrefslogtreecommitdiff
path: root/lib/gnutls_kx.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-05-03 00:43:37 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-05-03 00:43:37 +0000
commit510c7176382df5c29cdbf44e8e71cc93b051823f (patch)
treeae083d911c5b4304be6ad23df3275bad896cbbaf /lib/gnutls_kx.c
parentc1892d31204460533da9883bef39b0fe40f986ed (diff)
downloadgnutls-510c7176382df5c29cdbf44e8e71cc93b051823f.tar.gz
Added gnutls_auth_client_get_type() and gnutls_auth_server_get_type().
Diffstat (limited to 'lib/gnutls_kx.c')
-rw-r--r--lib/gnutls_kx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_kx.c b/lib/gnutls_kx.c
index 0a2337c5b3..59ae665333 100644
--- a/lib/gnutls_kx.c
+++ b/lib/gnutls_kx.c
@@ -478,7 +478,8 @@ int _gnutls_recv_client_certificate( gnutls_session session)
}
if (ret == 0 && datasize == 0 && optional == OPTIONAL_PACKET) {
- /* well I'm not sure we should accept this
+ /* Client has not sent the certificate message.
+ * well I'm not sure we should accept this
* behaviour.
*/
gnutls_assert();