Author: bh
Date: 2007-07-17 21:06:10 +0200 (Tue, 17 Jul 2007)
New Revision: 271

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/include/libopenvas.h
   trunk/openvas-libraries/libopenvas/network.h
Log:
* libopenvas/network.h, include/libopenvas.h: Remove declarations
of unused and unimplemented functions:
   stream_get_server_certificate
   stream_get_ascii_server_certificate


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog   2007-07-17 19:00:10 UTC (rev 270)
+++ trunk/openvas-libraries/ChangeLog   2007-07-17 19:06:10 UTC (rev 271)
@@ -1,5 +1,12 @@
 2007-07-17  Bernhard Herzog  <[EMAIL PROTECTED]>
 
+       * libopenvas/network.h, include/libopenvas.h: Remove declarations
+       of unused and unimplemented functions:
+          stream_get_server_certificate
+          stream_get_ascii_server_certificate
+
+2007-07-17  Bernhard Herzog  <[EMAIL PROTECTED]>
+
        * libopenvas/network.c (nessus_install_passwd_cb, sslerror)
        (sslerror2): Removed.  They are no longer used anywhere.
        (stream_get_ssl): Change the return type to void* so that we no

Modified: trunk/openvas-libraries/include/libopenvas.h
===================================================================
--- trunk/openvas-libraries/include/libopenvas.h        2007-07-17 19:00:10 UTC 
(rev 270)
+++ trunk/openvas-libraries/include/libopenvas.h        2007-07-17 19:06:10 UTC 
(rev 271)
@@ -408,8 +408,6 @@
 
 #ifdef HAVE_SSL
 ExtFunc               void*   stream_get_ssl(int);
-ExtFunc        X509*   stream_get_server_certificate(int);
-ExtFunc               char*   stream_get_ascii_server_certificate(int);
 #endif
 
 struct ovas_server_context_s;

Modified: trunk/openvas-libraries/libopenvas/network.h
===================================================================
--- trunk/openvas-libraries/libopenvas/network.h        2007-07-17 19:00:10 UTC 
(rev 270)
+++ trunk/openvas-libraries/libopenvas/network.h        2007-07-17 19:06:10 UTC 
(rev 271)
@@ -43,8 +43,4 @@
 void socket_source_init(struct in_addr *);
 
 
-#ifdef HAVE_SSL
-       X509*   stream_get_server_certificate(int);
-ExtFunc               char*   stream_get_ascii_server_certificate(int);
 #endif
-#endif

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to