From: Nikos Mavrogiannopoulos Date: Tue, 5 May 2015 07:36:17 +0000 (+0200) Subject: define GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA X-Git-Tag: gnutls_3_4_2~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0aa904debe1189bbf41d2d4240e2759f0fc56184;p=thirdparty%2Fgnutls.git define GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA --- diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h index 537aef0c61..0e77943d82 100644 --- a/lib/includes/gnutls/compat.h +++ b/lib/includes/gnutls/compat.h @@ -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 }