]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Didn't compile without SSL libs
authorTimo Sirainen <tss@iki.fi>
Mon, 24 Feb 2003 19:01:41 +0000 (21:01 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 24 Feb 2003 19:01:41 +0000 (21:01 +0200)
--HG--
branch : HEAD

src/login-common/ssl-proxy.c

index 44a2beb6b5e92b4e26c0dad85f3b9efe485150e7..1441421d8f9ae2877e090f141863b2534cf623bb 100644 (file)
@@ -9,7 +9,11 @@ int ssl_initialized = FALSE;
 
 /* 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) {}