]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Improve GNUTLS_E_AGAIN explanation.
authorSimon Josefsson <simon@josefsson.org>
Mon, 13 Oct 2008 08:00:44 +0000 (10:00 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 13 Oct 2008 08:00:44 +0000 (10:00 +0200)
Suggested by "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" <lavr@ncbi.nlm.nih.gov>.

lib/gnutls_errors.c

index f95dcb4b880f59c54f8a7842da5aebceb786d202..5a1f71ac3334eba848c4d6d23cd8176b177d8378 100644 (file)
@@ -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),