cmv Sat Jan 13 12:55:15 2001 EDT
Modified files:
/php4/ext/mcrypt mcrypt.c
Log:
Support for perl-compatible blowfish encryption (in libmcrypt CVS and
versions later than 2.4.8)
Index: php4/ext/mcrypt/mcrypt.c
diff -u php4/ext/mcrypt/mcrypt.c:1.43 php4/ext/mcrypt/mcrypt.c:1.44
--- php4/ext/mcrypt/mcrypt.c:1.43 Wed Nov 22 13:40:15 2000
+++ php4/ext/mcrypt/mcrypt.c Sat Jan 13 12:55:15 2001
@@ -294,6 +294,7 @@
MCRYPT_ENTRY2_2_4(ARCFOUR_IV, "arcfour-iv");
MCRYPT_ENTRY2_2_4(ARCFOUR, "arcfour");
MCRYPT_ENTRY2_2_4(BLOWFISH, "blowfish");
+ MCRYPT_ENTRY2_2_4(BLOWFISH_COMPAT, "blowfish-compat");
MCRYPT_ENTRY2_2_4(CAST_128, "cast-128");
MCRYPT_ENTRY2_2_4(CAST_256, "cast-256");
MCRYPT_ENTRY2_2_4(CRYPT, "crypt");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]