summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-21 01:01:15 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-21 01:01:15 +0200
commite7a9875b7232b81af32c16258f89c663f455a3e7 (patch)
tree6dc7cbd211236e10c7c356d2db46c30b11ac70dd
parentdbed6d02bd3f271d59628279a4ac5cf23bca1ca7 (diff)
downloadgnutls-e7a9875b7232b81af32c16258f89c663f455a3e7.tar.gz
reduced error message.
-rw-r--r--lib/gnutls_errors.c3
1 files changed, 1 insertions, 2 deletions
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"),