]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed old comment
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 6 Feb 2011 21:03:44 +0000 (22:03 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 6 Feb 2011 21:06:29 +0000 (22:06 +0100)
src/cli.c

index 0b065f8ccaf097b5ba6a070e2facb56ba752fabb..d10c69958b766281dfb0fdbb28fc303427f9778e 100644 (file)
--- 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
     {