From e7e17420f7b9716ad06b468f3bcc0068c2df4a0c Mon Sep 17 00:00:00 2001 From: Sebastiaan Lokhorst Date: Wed, 25 May 2016 22:08:34 +0200 Subject: [PATCH] Remove mcrypt mention in setup documentation mcrypt is no longer mentioned in the 'require' section (removed in commit 692c555c3fd625f9efdee7abf8483cce2d0d6986), so this is confusing. Signed-off-by: Sebastiaan Lokhorst --- doc/setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/setup.rst b/doc/setup.rst index d4d920ca61..be68a772d5 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -734,8 +734,8 @@ Cookie authentication mode * If you want to allow users to enter any hostname to connect (rather than only servers that are configured in :file:`config.inc.php`), see the :config:option:`$cfg['AllowArbitraryServer']` directive. -* As mentioned in the :ref:`require` section, having the ``mcrypt`` or - ``openssl`` extension will speed up access considerably, but is not required. +* As mentioned in the :ref:`require` section, having the ``openssl`` extension + will speed up access considerably, but is not required. .. index:: pair: Signon; Authentication mode