diff options
Diffstat (limited to 'lib/gnutls_errors.c')
-rw-r--r-- | lib/gnutls_errors.c | 2 |
1 files changed, 2 insertions, 0 deletions
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} }; |