From a8e8ba0f5cea4f2356c539e48d17b1e662b49141 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 16 May 2011 22:20:17 +0200 Subject: Initial ecc support. Adds support for anonymous ECDH ciphersuites. --- lib/gnutls_errors.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/gnutls_errors.c') diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c index c5405694d1..9f700b7e08 100644 --- a/lib/gnutls_errors.c +++ b/lib/gnutls_errors.c @@ -328,6 +328,8 @@ static const gnutls_error_entry error_algorithms[] = { GNUTLS_E_TIMEDOUT, 1), ERROR_ENTRY (N_("The operation was cancelled due to user error"), GNUTLS_E_USER_ERROR, 1), + ERROR_ENTRY (N_("No supported ECC curves were found"), + GNUTLS_E_ECC_NO_SUPPORTED_CURVES, 1), {NULL, NULL, 0, 0} }; -- cgit v1.2.1