diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-10-31 17:24:43 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-10-31 17:24:43 +0000 |
commit | ee798a0c9299a98d1cb1376a6d8c46a86c131d4a (patch) | |
tree | a80d0fb5a08396b1748097089c18558099d2610e /lib/gnutls_errors.c | |
parent | bf62e33c481211c69a60f3e3deb1ab796b72ca19 (diff) | |
download | gnutls-ee798a0c9299a98d1cb1376a6d8c46a86c131d4a.tar.gz |
*** empty log message ***
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 9a59bf7fdf..eebfa4e20e 100644 --- a/lib/gnutls_errors.c +++ b/lib/gnutls_errors.c @@ -130,6 +130,8 @@ static gnutls_error_entry error_algorithms[] = { GNUTLS_E_INCOMPATIBLE_LIBTASN1_LIBRARY, 1 ), ERROR_ENTRY("The specified GnuPG TrustDB version is not supported. TrustDB v4 is supported.", GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED, 1 ), + + ERROR_ENTRY("Error loading the keyring.", GNUTLS_E_OPENPGP_KEYRING_ERROR, 1 ), ERROR_ENTRY("The initialization of LZO has failed.", GNUTLS_E_LZO_INIT_FAILED, 1 ), ERROR_ENTRY("No supported compression algorithms have been found.", GNUTLS_E_NO_COMPRESSION_ALGORITHMS, 1 ), ERROR_ENTRY("No supported cipher suites have been found.", GNUTLS_E_NO_CIPHER_SUITES, 1 ), |