From ffd0e06b60ed3d5051d05900d092388f4f996bfc Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 15 Dec 2000 15:59:29 +0000 Subject: [PATCH] - Added test for bug #8040 --- ext/mcrypt/tests/001.phpt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ext/mcrypt/tests/001.phpt diff --git a/ext/mcrypt/tests/001.phpt b/ext/mcrypt/tests/001.phpt new file mode 100644 index 0000000000..87f741687c --- /dev/null +++ b/ext/mcrypt/tests/001.phpt @@ -0,0 +1,29 @@ +--TEST-- +Bug #8040 +--POST-- +--GET-- +--FILE-- + + + + + +--EXPECT-- +twofish +cbc + +cbc + +cipher=twofish mode1=cbc mode2=MCRYPT_CBC -- 2.50.1