aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gnutls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gnutls.c b/src/gnutls.c
index fb75eb930f1..577675f3400 100644
--- a/src/gnutls.c
+++ b/src/gnutls.c
@@ -567,9 +567,9 @@ init_gnutls_functions (void)
567# endif 567# endif
568# endif /* HAVE_GNUTLS3 */ 568# endif /* HAVE_GNUTLS3 */
569 569
570/* gnutls_free is a data pointer to a variable which holds a pointer 570/* gnutls_free_func is a data pointer to a variable which holds an
571 to the function. We use #undef because MinGW64 defines gnutls_free 571 address of a function. We use #undef because MinGW64 defines
572 as a macro as well in the GnuTLS headers. */ 572 gnutls_free as a macro as well in the GnuTLS headers. */
573# undef gnutls_free 573# undef gnutls_free
574# define gnutls_free (*gnutls_free_func) 574# define gnutls_free (*gnutls_free_func)
575 575