diff ChangeLog @ 174:e643d287fe32

2003-6-8 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/sslcommon.c - added ssl_register_module(). This function registers the configuration variables for the SSL engine. Right now, the only variable is the entropy source * lib/https.c (https_register_module) - call ssl_register_module(). Multiple protocols will be able to call this function, it will only be initialized once
author masneyb
date Mon, 09 Jun 2003 01:07:33 +0000
parents 4c288d05b26a
children 3b168fed3fde
line wrap: on
line diff
--- a/ChangeLog	Mon Jun 09 00:53:20 2003 +0000
+++ b/ChangeLog	Mon Jun 09 01:07:33 2003 +0000
@@ -1,3 +1,12 @@
+2003-6-8 Brian Masney <masneyb@gftp.org>
+	* lib/gftp.h lib/sslcommon.c - added ssl_register_module(). This
+	function registers the configuration variables for the SSL engine.
+	Right now, the only variable is the entropy source
+
+	* lib/https.c (https_register_module) - call ssl_register_module().
+	Multiple protocols will be able to call this function, it will only 
+	be initialized once
+
 2003-6-8 Brian Masney <masneyb@gftp.org>
 	* lib/bookmark.c lib/gftp.h lib/https.c lib/local.c lib/misc.c 
 	lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/sshv2.c
@@ -923,7 +932,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.83 2003/06/09 00:53:17 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.84 2003/06/09 01:07:32 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer