Obvious typo, and it took configuring with 'zlib' to discover it,
otherwise there was a previous skip that bypassed this section
entirely.
Reviewed-by: Tim Hudson <tjh@openssl.org>
unless grep /ZLIB/, run(app(["openssl", "version", "-f"]),
capture => 1);
unless grep /ZLIB/, run(app(["openssl", "version", "-f"]),
capture => 1);
- foreach (@smime_cms_param_tests) {
+ foreach (@smime_cms_comp_tests) {
SKIP: {
my $skip_reason = check_availability($$_[0]);
skip $skip_reason, 1 if $skip_reason;
SKIP: {
my $skip_reason = check_availability($$_[0]);
skip $skip_reason, 1 if $skip_reason;