mirror of
https://github.com/znc/znc.git
synced 2026-07-03 16:31:49 +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"
|
||||
@@ -8,10 +10,6 @@
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
#ifndef HAVE_LIBSSL
|
||||
#error This plugin only works with OpenSSL
|
||||
#endif /* HAVE_LIBSSL */
|
||||
|
||||
#define CRYPT_VERIFICATION_TOKEN "::__:AWAY:__::"
|
||||
|
||||
/*
|
||||
@@ -20,6 +18,9 @@
|
||||
*
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.17 2005/09/06 22:43:02 prozacx
|
||||
* Added REQUIRESSL
|
||||
*
|
||||
* Revision 1.16 2005/06/30 21:51:06 prozacx
|
||||
* Changed CString::Token() to split on a string rather than char
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user