[Openvas-commits] r276 - in trunk/openvas-server: . include
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jul 18 16:34:08 CEST 2007
Author: bh
Date: 2007-07-18 16:34:08 +0200 (Wed, 18 Jul 2007)
New Revision: 276
Modified:
trunk/openvas-server/ChangeLog
trunk/openvas-server/include/includes.h
Log:
* include/includes.h: Remove openssl includes
Modified: trunk/openvas-server/ChangeLog
===================================================================
--- trunk/openvas-server/ChangeLog 2007-07-18 14:33:11 UTC (rev 275)
+++ trunk/openvas-server/ChangeLog 2007-07-18 14:34:08 UTC (rev 276)
@@ -1,5 +1,9 @@
2007-07-18 Bernhard Herzog <bh at intevation.de>
+ * include/includes.h: Remove openssl includes
+
+2007-07-18 Bernhard Herzog <bh at intevation.de>
+
* openvasd/openvas-check-signature.c: Use GnuTLS instead of
OpenSSL. See comments in the file for things that could be done
better.
Modified: trunk/openvas-server/include/includes.h
===================================================================
--- trunk/openvas-server/include/includes.h 2007-07-18 14:33:11 UTC (rev 275)
+++ trunk/openvas-server/include/includes.h 2007-07-18 14:34:08 UTC (rev 276)
@@ -212,11 +212,6 @@
#include <limits.h>
#endif
-#ifdef HAVE_SSL
-#include <openssl/ssl.h>
-#include <openssl/x509.h>
-#endif
-
/*
* Threads management
*
More information about the Openvas-commits
mailing list