mirror of
https://github.com/znc/znc.git
synced 2026-06-24 12:01:56 +02:00
Added REQUIRESSL
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@461 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+5
-4
@@ -1,3 +1,5 @@
|
||||
#define REQUIRESSL
|
||||
|
||||
#include "main.h"
|
||||
#include "User.h"
|
||||
#include "Nick.h"
|
||||
@@ -18,6 +20,9 @@ using std::pair;
|
||||
* Author: imaginos <imaginos@imaginos.net>
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.16 2005/09/06 22:43:02 prozacx
|
||||
* Added REQUIRESSL
|
||||
*
|
||||
* Revision 1.15 2005/05/26 20:42:13 prozacx
|
||||
* Moved GetDescription() into second argument of MODULEDEFS()
|
||||
*
|
||||
@@ -75,10 +80,6 @@ using std::pair;
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef HAVE_LIBSSL
|
||||
#error This plugin only works with OpenSSL
|
||||
#endif /* HAVE_LIBSSL */
|
||||
|
||||
class CSChat;
|
||||
|
||||
class CRemMarkerJob : public CTimer
|
||||
|
||||
Reference in New Issue
Block a user