--- SSLConfig.cpp.orig	2010-05-01 09:01:57.000000000 +0200
+++ SSLConfig.cpp	2010-05-01 09:02:18.000000000 +0200
@@ -19,6 +19,7 @@
  *  Davide Libenzi <davidel@xmailserver.org>
  *
  */
+#ifdef WITH_SSL
 
 #include "SysInclude.h"
 #include "SysDep.h"
@@ -91,4 +92,5 @@
 	SysFree(pSSLB->pszCAFile);
 	SysFree(pSSLB->pszCAPath);
 }
+#endif
 
