changeset 1248:a85455157496 HEAD

Didn't compile without SSL libs
author Timo Sirainen <tss@iki.fi>
date Mon, 24 Feb 2003 21:01:41 +0200
parents 467e79a48848
children 9833f1b94f25
files src/login-common/ssl-proxy.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/login-common/ssl-proxy.c	Mon Feb 24 20:45:38 2003 +0200
+++ b/src/login-common/ssl-proxy.c	Mon Feb 24 21:01:41 2003 +0200
@@ -9,7 +9,11 @@
 
 /* no SSL support */
 
-int ssl_proxy_new(int fd __attr_unused__) { return -1; }
+int ssl_proxy_new(int fd __attr_unused__, struct ip_addr *ip __attr_unused__)
+{
+	return -1;
+}
+
 void ssl_proxy_init(void) {}
 void ssl_proxy_deinit(void) {}