From: Simon Josefsson Date: Sun, 14 Oct 2007 15:49:20 +0000 (+0200) Subject: Add compatibility mapping for GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED. X-Git-Tag: gnutls_2_1_2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca1fe01231f0793fe4e32a5c0239f406ce9eb573;p=thirdparty%2Fgnutls.git Add compatibility mapping for GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED. --- diff --git a/includes/gnutls/compat.h b/includes/gnutls/compat.h index e3df741ca2..5732abbc21 100644 --- a/includes/gnutls/compat.h +++ b/includes/gnutls/compat.h @@ -53,4 +53,8 @@ #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 + #endif /* GCOMPAT_H */