From 9c0134ee2c76fe7ff1509501b3904f9db9b29454 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 17 Feb 2014 00:41:36 +0100 Subject: Rename m_ssl to m_ssl_openssl and update docs --- docs/Changes.conf | 1 + docs/WIN32.txt | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/Changes.conf b/docs/Changes.conf index aae151fd9..8b41ad2be 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -2,6 +2,7 @@ Anope Version 2.0.0 ------------------- options:passlen, enforceruser, enforcerhost, releasetimeout, and guestnickprefix moved to nickserv's module configuration options:hideregisteredcommands added +m_ssl renamed to m_ssl_openssl Anope Version 1.9.9 ------------------- diff --git a/docs/WIN32.txt b/docs/WIN32.txt index 7922523f4..018b898d2 100644 --- a/docs/WIN32.txt +++ b/docs/WIN32.txt @@ -71,9 +71,10 @@ Anope for Windows our IRC Support channel for assistance. Some Anope modules require third party libraries, such as m_mysql and - m_ssl. If these libraries are installed in nonstandard locations, cmake - will probably not find them and should be told where they are by passing - additional search paths to the last question in Config, such as: + the SSL modules. If these libraries are installed in nonstandard + locations, cmake will probably not find them and should be told where + they are by passing additional search paths to the last question in + Config, such as: -DEXTRA_INCLUDE:STRING=c:/openssl/include;c:/mysql/include -DEXTRA_LIBS:STRING=c:/openssl/lib;c:/mysql/lib -- cgit