summaryrefslogtreecommitdiff
path: root/lib/gnutls_errors.c
diff options
context:
space:
mode:
authorNikos <nmav@crystal.(none)>2008-04-02 19:44:48 +0300
committerNikos <nmav@crystal.(none)>2008-04-02 19:44:48 +0300
commitf1a90307ebd58642592db170a0e30c44b7f610c7 (patch)
tree4935f7279e7c94be84d8e974ce0d00dc585613e6 /lib/gnutls_errors.c
parenta4026a1b0d1fc47a18e96755ec73d660a3aee445 (diff)
downloadgnutls-f1a90307ebd58642592db170a0e30c44b7f610c7.tar.gz
Added revoked UID error string.
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 a0c1546876..707fc00e1b 100644
--- a/lib/gnutls_errors.c
+++ b/lib/gnutls_errors.c
@@ -200,7 +200,8 @@ static const gnutls_error_entry error_algorithms[] = {
ERROR_ENTRY (N_("The tasn1 library version is too old."),
GNUTLS_E_INCOMPATIBLE_LIBTASN1_LIBRARY, 1),
-
+ ERROR_ENTRY (N_("The OpenPGP User ID is revoked."),
+ GNUTLS_E_OPENPGP_UID_REVOKED, 1),
ERROR_ENTRY (N_("Error loading the keyring."),
GNUTLS_E_OPENPGP_KEYRING_ERROR, 1),
ERROR_ENTRY (N_("The initialization of LZO has failed."),