[Openvas-commits] r6345 - in trunk/openvas-client: . openvas

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jan 8 09:30:33 CET 2010


Author: felix
Date: 2010-01-08 09:30:31 +0100 (Fri, 08 Jan 2010)
New Revision: 6345

Modified:
   trunk/openvas-client/ChangeLog
   trunk/openvas-client/openvas/sslui.c
Log:
* openvas/sslui.c: Include gnutls also if configured without GTK.


Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog	2010-01-08 08:29:34 UTC (rev 6344)
+++ trunk/openvas-client/ChangeLog	2010-01-08 08:30:31 UTC (rev 6345)
@@ -1,5 +1,9 @@
 2010-01-08  Felix Wolfsteller <felix.wolfsteller at intevation.de>
 
+	* openvas/sslui.c: Include gnutls also if configured without GTK.
+
+2010-01-08  Felix Wolfsteller <felix.wolfsteller at intevation.de>
+
 	* openvas/sslui.c: Cosmetics.
 
 2009-12-21  Felix Wolfsteller <felix.wolfsteller at intevation.de>

Modified: trunk/openvas-client/openvas/sslui.c
===================================================================
--- trunk/openvas-client/openvas/sslui.c	2010-01-08 08:29:34 UTC (rev 6344)
+++ trunk/openvas-client/openvas/sslui.c	2010-01-08 08:30:31 UTC (rev 6345)
@@ -20,15 +20,15 @@
  */
 
 #include <includes.h>
+#include <gnutls/x509.h>
+
 #include "openvas_i18n.h"
-
 #include "globals.h"
 
 #ifdef USE_GTK
 #include "gtk-compat.h"
 #include <gtk/gtk.h>
 #include <xpm/lock.xpm>
-#include <gnutls/x509.h>
 
 /*-------------------------------------------------------------------------*/
 



More information about the Openvas-commits mailing list