From 22cff23fb84c7028eabfd36d2b7600802e43c2ac Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sat, 15 Dec 2001 13:00:47 +0000 Subject: [PATCH] - Fix buglet in docu git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65108 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mcrypt.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mcrypt.xml b/functions/mcrypt.xml index dad496bee3..cb7f6f512c 100644 --- a/functions/mcrypt.xml +++ b/functions/mcrypt.xml @@ -1,5 +1,5 @@ - + Mcrypt Encryption Functions mcrypt @@ -1170,7 +1170,7 @@ $td = mcrypt_module_open (MCRYPT_DES, "", MCRYPT_MODE_ECB, "/usr/lib/mcrypt-mode and OFB modes. It needs to be random and unique (but not secret). The same IV must be used for encryption/decryption. If you do not want to use it you should set it to zeros, but this is not - recommended. The function returns (-1) on error. + recommended. The function returns a negative value on error. You need to call this function before every