summaryrefslogtreecommitdiff
path: root/lib/gnutls_errors.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-13 10:00:44 +0200
committerSimon Josefsson <simon@josefsson.org>2008-10-13 10:00:44 +0200
commitd6b002abeeea95d3c8faf870fff859e2164353d9 (patch)
treed0738e0487b4caa555cd1e87e06c72fa52adf661 /lib/gnutls_errors.c
parent88047f933968f07e077b42bcb073a0007bdd95a4 (diff)
downloadgnutls-d6b002abeeea95d3c8faf870fff859e2164353d9.tar.gz
Improve GNUTLS_E_AGAIN explanation.
Suggested by "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" <lavr@ncbi.nlm.nih.gov>.
Diffstat (limited to 'lib/gnutls_errors.c')
-rw-r--r--lib/gnutls_errors.c3
1 files changed, 2 insertions, 1 deletions
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),