From 916a3fb713fec51437e2223ac0c20649852d2584 Mon Sep 17 00:00:00 2001 From: imaginos Date: Sun, 3 Apr 2005 23:03:06 +0000 Subject: [PATCH] show this requires ssl git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@90 726aef4b-f618-498e-8847-2d620e286838 --- modules/schat.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/schat.cpp b/modules/schat.cpp index cca11d6d..abb35790 100644 --- a/modules/schat.cpp +++ b/modules/schat.cpp @@ -14,6 +14,9 @@ * Author: imaginos * * $Log$ + * Revision 1.6 2005/04/03 23:03:06 imaginos + * show this requires ssl + * * Revision 1.5 2005/04/03 08:19:42 prozacx * Use GetPemLocation() for the pemfile path * @@ -41,6 +44,10 @@ * */ +#ifndef HAVE_LIBSSL +#error This plugin only works with OpenSSL +#endif /* HAVE_LIBSSL */ + class CSChat; class CRemMarkerJob : public CTimer