summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-11-14 16:26:30 +0100
committerSimon Josefsson <simon@josefsson.org>2007-11-14 16:26:30 +0100
commitb2b788085f82338401855181fd4ce68529d194cb (patch)
tree4cd79e00480d530084ed1f80950d0547d0b29ede
parentdcee8c775933517d2d5bcfd049db8b12d8283750 (diff)
downloadgnutls-b2b788085f82338401855181fd4ce68529d194cb.tar.gz
Don't use trustdb error code.
-rw-r--r--libextra/gnutls_openpgp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libextra/gnutls_openpgp.c b/libextra/gnutls_openpgp.c
index 4a48114259..dd4c1ef543 100644
--- a/libextra/gnutls_openpgp.c
+++ b/libextra/gnutls_openpgp.c
@@ -76,8 +76,6 @@ _gnutls_map_cdk_rc (int rc)
return GNUTLS_E_MPI_SCAN_FAILED;
case CDK_Error_No_Key:
return GNUTLS_E_OPENPGP_GETKEY_FAILED;
- case CDK_Wrong_Format:
- return GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED;
case CDK_Armor_Error:
return GNUTLS_E_BASE64_DECODING_ERROR;
case CDK_Inv_Value: