From 38372554817921aa4efbab2225471474c2893b4a Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 19 Jun 2014 21:18:40 +0300 Subject: [ci skip] Leftover from 1e83d69a52a85a4f568bfa086d658556acd48980 --- user_guide_src/source/libraries/encryption.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/user_guide_src/source/libraries/encryption.rst b/user_guide_src/source/libraries/encryption.rst index ff41ade78..28aa57302 100644 --- a/user_guide_src/source/libraries/encryption.rst +++ b/user_guide_src/source/libraries/encryption.rst @@ -425,8 +425,6 @@ Option Default value Mandatory / Optional Description cipher N/A Yes Encryption algorithm (see :ref:`ciphers-and-modes`). mode N/A Yes Encryption mode (see :ref:`encryption-modes`). key N/A Yes Encryption key. - If not provided it will be automatically generated - during encryption and looked for during decryption. hmac TRUE No Whether to use a HMAC. Boolean. If set to FALSE, then *hmac_digest* and *hmac_key* will be ignored. -- cgit v1.2.3-24-g4f1b