[Openvas-commits] r234 - in trunk/openvas-libraries: . libopenvas

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 21 21:36:50 CEST 2007


Author: bh
Date: 2007-06-21 21:36:50 +0200 (Thu, 21 Jun 2007)
New Revision: 234

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/libopenvas/network.c
Log:
* libopenvas/network.c (nessus_install_passwd_cb): Use correct
function name in error message


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2007-06-21 19:32:09 UTC (rev 233)
+++ trunk/openvas-libraries/ChangeLog	2007-06-21 19:36:50 UTC (rev 234)
@@ -1,5 +1,10 @@
 2007-06-21  Bernhard Herzog  <bh at intevation.de>
 
+	* libopenvas/network.c (nessus_install_passwd_cb): Use correct
+	function name in error message
+
+2007-06-21  Bernhard Herzog  <bh at intevation.de>
+
 	* libopenvas/network.c (sslerror2, sslerror)
 	(nessus_install_passwd_cb): Get rid of the last actual OpenSSL
 	calls.  The implementations now simply print an error message and

Modified: trunk/openvas-libraries/libopenvas/network.c
===================================================================
--- trunk/openvas-libraries/libopenvas/network.c	2007-06-21 19:32:09 UTC (rev 233)
+++ trunk/openvas-libraries/libopenvas/network.c	2007-06-21 19:36:50 UTC (rev 234)
@@ -437,7 +437,8 @@
      SSL_CTX	*ssl_ctx;
      char	*pass;
 {
-  fprintf(stderr, "[%d] obsolete function sslerror was called\n", getpid());
+  fprintf(stderr, "[%d] obsolete function nessus_install_passwd_cb was called\n",
+	  getpid());
 }
 
 static int



More information about the Openvas-commits mailing list