]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
define GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 5 May 2015 07:36:17 +0000 (09:36 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 5 May 2015 07:36:17 +0000 (09:36 +0200)
lib/includes/gnutls/compat.h

index 537aef0c614d4fa079aba2fe8e4f52e09b08901b..0e77943d82d482e4fab54a2f3d57739adc649bbc 100644 (file)
@@ -240,6 +240,9 @@ gnutls_global_set_mem_functions(gnutls_alloc_function alloc_func,
                                gnutls_realloc_function realloc_func,
                                gnutls_free_function free_func) _GNUTLS_GCC_ATTR_DEPRECATED;
 
+/* defined in old headers - unused nevertheless */
+#define GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA 0
+
 /* *INDENT-OFF* */
 #ifdef __cplusplus
 }