From: Simon Josefsson Date: Wed, 14 Nov 2007 14:58:12 +0000 (+0100) Subject: Remove trustdb error code, since we removed all functions. X-Git-Tag: gnutls_2_1_6~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e73e85ef7919dc691b735ec5dc2b08d48cfcd029;p=thirdparty%2Fgnutls.git Remove trustdb error code, since we removed all functions. --- diff --git a/includes/gnutls/compat.h b/includes/gnutls/compat.h index f2c383d403..bf091f4d05 100644 --- a/includes/gnutls/compat.h +++ b/includes/gnutls/compat.h @@ -74,10 +74,6 @@ #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