summaryrefslogtreecommitdiff
path: root/lib/gnutls_errors.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-07-21 15:12:31 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-07-23 14:11:35 +0200
commite4d3d226bd638ecb0ad0f89e6f99993ab154f655 (patch)
tree6c3c37e38e34502c0f8ba29b7a9fbe825e8b4a59 /lib/gnutls_errors.c
parentf4f8b191d8cbd520a86e0e1fe64094b3e860c159 (diff)
downloadgnutls-e4d3d226bd638ecb0ad0f89e6f99993ab154f655.tar.gz
Updated information on required libraries.
Diffstat (limited to 'lib/gnutls_errors.c')
-rw-r--r--lib/gnutls_errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c
index a56a18f3a0..fa706092b1 100644
--- a/lib/gnutls_errors.c
+++ b/lib/gnutls_errors.c
@@ -209,7 +209,7 @@ static const gnutls_error_entry error_algorithms[] = {
ERROR_ENTRY (N_
("The GnuTLS library version does not match the GnuTLS-extra library version."),
GNUTLS_E_LIBRARY_VERSION_MISMATCH, 1),
- ERROR_ENTRY (N_("The gcrypt library version is too old."),
+ ERROR_ENTRY (N_("The crypto library version is too old."),
GNUTLS_E_INCOMPATIBLE_GCRYPT_LIBRARY, 1),
ERROR_ENTRY (N_("The tasn1 library version is too old."),