From 9541fa2492e7f25320131a412e39ebfa61ff2a1e Mon Sep 17 00:00:00 2001 From: imaginos Date: Sat, 20 Jan 2007 20:22:04 +0000 Subject: [PATCH] fix ssl dependency git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@789 726aef4b-f618-498e-8847-2d620e286838 --- Csocket.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Csocket.h b/Csocket.h index 82613cd7..3494fad0 100644 --- a/Csocket.h +++ b/Csocket.h @@ -409,7 +409,9 @@ private: CS_STRING m_sName; }; +#ifdef HAVE_LIBSSL typedef int (*FPCertVerifyCB)( int, X509_STORE_CTX * ); +#endif /* HAVE_LIBSSL */ /** * @class Csock