aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-11-16 09:42:15 +0000
committerChristian Grothoff <christian@grothoff.org>2008-11-16 09:42:15 +0000
commit550caa0cba5e2306f17b8b787f3a5071a79b2c94 (patch)
tree54e16dfbbded8d5f91d1778b1049d13b7a711918
parent61a26080ad8bf0c0e5827df356321e771b5bb540 (diff)
downloadlibmicrohttpd-550caa0cba5e2306f17b8b787f3a5071a79b2c94.tar.gz
libmicrohttpd-550caa0cba5e2306f17b8b787f3a5071a79b2c94.zip
nulllog
-rw-r--r--src/daemon/https/tls/gnutls_errors.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/https/tls/gnutls_errors.c b/src/daemon/https/tls/gnutls_errors.c
index bf6a1d0d..ee3305f1 100644
--- a/src/daemon/https/tls/gnutls_errors.c
+++ b/src/daemon/https/tls/gnutls_errors.c
@@ -398,3 +398,6 @@ MHD_gtls_log (int level, const char *fmt, ...)
398 log_func (level, str); 398 log_func (level, str);
399} 399}
400 400
401void MHD__gnutls_null_log (void *, ...)
402{
403}