From d6b002abeeea95d3c8faf870fff859e2164353d9 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 13 Oct 2008 10:00:44 +0200 Subject: Improve GNUTLS_E_AGAIN explanation. Suggested by "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" . --- lib/gnutls_errors.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/gnutls_errors.c') diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c index f95dcb4b88..5a1f71ac33 100644 --- a/lib/gnutls_errors.c +++ b/lib/gnutls_errors.c @@ -156,7 +156,8 @@ static const gnutls_error_entry error_algorithms[] = { GNUTLS_E_X509_UNSUPPORTED_CRITICAL_EXTENSION, 1), ERROR_ENTRY (N_("Key usage violation in certificate has been detected."), GNUTLS_E_KEY_USAGE_VIOLATION, 1), - ERROR_ENTRY (N_("Function was interrupted."), GNUTLS_E_AGAIN, 0), + ERROR_ENTRY (N_("Resource temporarily unavailable, try again."), + GNUTLS_E_AGAIN, 0), ERROR_ENTRY (N_("Function was interrupted."), GNUTLS_E_INTERRUPTED, 0), ERROR_ENTRY (N_("Rehandshake was requested by the peer."), GNUTLS_E_REHANDSHAKE, 0), -- cgit v1.2.1