From: Dr. Stephen Henson Date: Thu, 20 May 2010 17:35:37 +0000 (+0000) Subject: oops, typo X-Git-Tag: OpenSSL_1_0_0a~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d497b5362bede66a7605458032056b5835220afb;p=openssl 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"; }