From: Dr. Stephen Henson Date: Thu, 20 May 2010 17:36:05 +0000 (+0000) Subject: oops, typo X-Git-Tag: OpenSSL-fips-2_0-rc1~1094 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=aa6d91e85bb1e1d4f0b9b699f9c048f2408b8677 oops, typo --- diff --git a/test/cms-test.pl b/test/cms-test.pl index e5122bfb19..9c50dff3e9 100644 --- a/test/cms-test.pl +++ b/test/cms-test.pl @@ -58,6 +58,7 @@ my $redir = " 2>cms.err 1>cms.out"; # Make MSYS work if ( $^O eq "MSWin32" && -f "../apps/openssl.exe" ) { $ossl_path = "cmd /c ..\\apps\\openssl"; +} elsif ( -f "../apps/openssl$ENV{EXE_EXT}" ) { $ossl_path = "../util/shlib_wrap.sh ../apps/openssl"; }