diff lib/gftp.h @ 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 aec4b4541d3a
line wrap: on
line diff
--- a/lib/gftp.h	Mon Jun 09 00:53:20 2003 +0000
+++ b/lib/gftp.h	Mon Jun 09 01:07:33 2003 +0000
@@ -693,6 +693,8 @@
 
 void sshv2_register_module		( void );
 
+void ssl_register_module		( void );
+
 int bookmark_init 			( gftp_request * request );
 
 void bookmark_register_module		( void );