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
This commit is contained in:
Rui Hirokawa 2000-12-05 22:19:18 +00:00
parent 968017a76c
commit 7b6b172a2b

View file

@ -406,7 +406,7 @@ print mcrypt_get_cipher_name ($cipher);
<para>
The above example will produce:
<programlisting>
TripleDES
3DES
</programlisting>
</para>
</refsect1>