mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01: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:
@@ -1,3 +1,5 @@
|
||||
#define REQUIRESSL
|
||||
|
||||
#include "main.h"
|
||||
#include "znc.h"
|
||||
#include "User.h"
|
||||
@@ -12,10 +14,6 @@
|
||||
* store OnJoin, OnQuit, OnPart, etc send down as messages
|
||||
*/
|
||||
|
||||
#ifndef HAVE_LIBSSL
|
||||
#error This plugin only works with OpenSSL
|
||||
#endif /* HAVE_LIBSSL */
|
||||
|
||||
#define CRYPT_VERIFICATION_TOKEN "::__:SAVEBUFF:__::"
|
||||
|
||||
/*
|
||||
@@ -26,6 +24,9 @@
|
||||
* better solution then plain text.
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.27 2005/09/06 22:43:02 prozacx
|
||||
* Added REQUIRESSL
|
||||
*
|
||||
* Revision 1.26 2005/06/12 09:04:39 prozacx
|
||||
* Changed to new GetSavePath()
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user