]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Remove trustdb error code, since we removed all functions.
authorSimon Josefsson <simon@josefsson.org>
Wed, 14 Nov 2007 14:58:12 +0000 (15:58 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 14 Nov 2007 14:58:12 +0000 (15:58 +0100)
includes/gnutls/compat.h

index f2c383d403178c60608d22307bb7db85a1151abe..bf091f4d05fcdeccf2abf12f39203dece3fa514d 100644 (file)
 #define gnutls_datum gnutls_datum_t
 #define gnutls_transport_ptr gnutls_transport_ptr_t
 
-/* GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED no longer used,
-   removed in 2.1.x. */
-#define GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED GNUTLS_E_INTERNAL_ERROR
-
 /* Old SRP alerts removed in 2.1.x because the TLS-SRP RFC was
    modified to use the PSK alert. */
 #define GNUTLS_A_MISSING_SRP_USERNAME GNUTLS_A_UNKNOWN_PSK_IDENTITY