]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add compatibility mapping for GNUTLS_E_OPENPGP_TRUSTDB_VERSION_UNSUPPORTED.
authorSimon Josefsson <simon@josefsson.org>
Sun, 14 Oct 2007 15:49:20 +0000 (17:49 +0200)
committerSimon Josefsson <simon@josefsson.org>
Sun, 14 Oct 2007 15:49:20 +0000 (17:49 +0200)
includes/gnutls/compat.h

index e3df741ca29a22ab8bae8660a3c5a95d02be76e6..5732abbc21cadc1d37b4e3849c1403be678b45ea 100644 (file)
@@ -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 */