From: Nikos Mavrogiannopoulos Date: Mon, 20 Jun 2011 23:01:15 +0000 (+0200) Subject: reduced error message. X-Git-Tag: gnutls_2_99_4~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a9875b7232b81af32c16258f89c663f455a3e7;p=thirdparty%2Fgnutls.git reduced error message. --- diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c index 21d829763c..b8d0e0b5aa 100644 --- a/lib/gnutls_errors.c +++ b/lib/gnutls_errors.c @@ -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"),