From 7b6b172a2b6873d7816da942aef5fc24768ff67a Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Tue, 5 Dec 2000 22:19:18 +0000 Subject: [PATCH] libmcrypt 2.4.x should outputs 3DES , not TripleDES. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37126 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mcrypt.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mcrypt.xml b/functions/mcrypt.xml index 0aef9a2965..87b710512d 100644 --- a/functions/mcrypt.xml +++ b/functions/mcrypt.xml @@ -406,7 +406,7 @@ print mcrypt_get_cipher_name ($cipher); The above example will produce: -TripleDES +3DES