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