提交 7f990b0e 编写于 作者: R Richard Levitte

Correct whirlpool test

It depended on 'openssl no-wp', which always exited with code 0, so
this test would never be performed, and this, I never discovered that
the program it's supposed to run was misspellt.  Furthermore, the
feature to check is 'whirlpool', not 'wp'.

All corrected.
Reviewed-by: NStephen Henson <steve@openssl.org>
上级 da9a22bb
......@@ -2,4 +2,4 @@
use OpenSSL::Test::Simple;
simple_test("test_wp", "wptest", "wp");
simple_test("test_wp", "wp_test", "whirlpool");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册