Correct whirlpool test
authorRichard Levitte <levitte@openssl.org>
Sat, 19 Sep 2015 22:34:16 +0000 (00:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 20 Sep 2015 00:06:51 +0000 (02:06 +0200)
commit7f990b0ee3abbb94bdb929d38435cce5332f5601
tree157819e5ef42ecf46bc87bfc4a76dcc0b64d38f1
parentda9a22bb579821d0ababac7319c2f2995e66e4d3
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: Stephen Henson <steve@openssl.org>
test/recipes/05-test_wp.t