diff options
author | Jani Taskinen <jani@php.net> | 2009-11-09 17:08:48 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-11-09 17:08:48 +0000 |
commit | 91cc127ce476e20942c0f0f903b4f211962c5458 (patch) | |
tree | 2846f5104c12d2205d9d9b1f310b0176a5ef2071 /ext/mcrypt | |
parent | 983e02ffb2fe923d1a24f25d7a5211d73d53b6fd (diff) | |
download | php-git-91cc127ce476e20942c0f0f903b4f211962c5458.tar.gz |
- Fix bad section names (extra - in the end..)
Diffstat (limited to 'ext/mcrypt')
-rw-r--r-- | ext/mcrypt/tests/bug46010.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcrypt/tests/bug46010.phpt b/ext/mcrypt/tests/bug46010.phpt index 5aeb3119dc..bacfb59759 100644 --- a/ext/mcrypt/tests/bug46010.phpt +++ b/ext/mcrypt/tests/bug46010.phpt @@ -1,4 +1,4 @@ ---TEST--- +--TEST-- Bug #46010 (warnings incorrectly generated for iv in ecb mode) --FILE-- <?php |