From 32c82fe69b588fe18674c0bda49cd7fc0f73f50a Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Fri, 17 Feb 2012 22:58:07 +0100 Subject: s4:lib/tls - include GNUTLS headers consistently using <...> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are system-specific. Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer Autobuild-Date: Sat Feb 18 00:43:58 CET 2012 on sn-devel-104 --- source4/lib/tls/tls_tstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/tls/tls_tstream.c') diff --git a/source4/lib/tls/tls_tstream.c b/source4/lib/tls/tls_tstream.c index eb4a6d90da..6bb68fb34c 100644 --- a/source4/lib/tls/tls_tstream.c +++ b/source4/lib/tls/tls_tstream.c @@ -25,7 +25,7 @@ #include "lib/tls/tls.h" #if ENABLE_GNUTLS -#include "gnutls/gnutls.h" +#include #define DH_BITS 1024 -- cgit