]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
reduced error message.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 20 Jun 2011 23:01:15 +0000 (01:01 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 20 Jun 2011 23:01:15 +0000 (01:01 +0200)
lib/gnutls_errors.c

index 21d829763c0ab8c6525cb4f78350cc07a1751e56..b8d0e0b5aaf4572648675f3cc203ca6bb18232da 100644 (file)
@@ -275,8 +275,7 @@ static const gnutls_error_entry error_algorithms[] = {
   ERROR_ENTRY (N_("The specified algorithm or protocol is unknown."),
                GNUTLS_E_UNKNOWN_ALGORITHM, 1),
 
-  ERROR_ENTRY (N_("The handshake data size is too large (DoS?), "
-                  "check gnutls_handshake_set_max_packet_length()."),
+  ERROR_ENTRY (N_("The handshake data size is too large."),
                GNUTLS_E_HANDSHAKE_TOO_LARGE, 1),
 
   ERROR_ENTRY (N_("Error opening /dev/crypto"),