From: Nikos Mavrogiannopoulos Date: Sun, 6 Feb 2011 21:03:44 +0000 (+0100) Subject: removed old comment X-Git-Tag: gnutls_2_99_0~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ac5d4cb9fd3856b687b4f48bc1cfdafb8525a1;p=thirdparty%2Fgnutls.git removed old comment --- diff --git a/src/cli.c b/src/cli.c index 0b065f8cca..d10c69958b 100644 --- a/src/cli.c +++ b/src/cli.c @@ -665,12 +665,6 @@ handle_error (socket_st * hd, int err) if (str == NULL) str = str_unknown; printf ("*** Received alert [%d]: %s\n", alert, str); - - /* In SRP if the alert is MISSING_SRP_USERNAME, - * we should read the username/password and - * call gnutls_handshake(). This is not implemented - * here. - */ } check_rehandshake (hd, err); @@ -1108,7 +1102,6 @@ do_handshake (socket_st * socket) socket->secure = 1; - } else {