]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Don't use trustdb error code.
authorSimon Josefsson <simon@josefsson.org>
Wed, 14 Nov 2007 15:26:30 +0000 (16:26 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 14 Nov 2007 15:26:30 +0000 (16:26 +0100)
libextra/gnutls_openpgp.c

index 4a4811425977f4b17950183159766741f648e954..dd4c1ef54384716d791163ba1a781c0295e9cdd4 100644 (file)
@@ -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: