mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
7f990b0ee3
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>
6 lines
94 B
Perl
6 lines
94 B
Perl
#! /usr/bin/perl
|
|
|
|
use OpenSSL::Test::Simple;
|
|
|
|
simple_test("test_wp", "wp_test", "whirlpool");
|