--- test/cms-test.pl.orig 2009-11-13 09:05:44.000000000 -0500
+++ test/cms-test.pl 2009-11-18 11:08:08.000000000 -0500
@@ -58,6 +58,9 @@
if ( -f "../apps/openssl" ) {
$ossl_path = "../util/shlib_wrap.sh ../apps/openssl";
}
+elsif ( -f "../apps/openssl.pm" ) {
+ $ossl_path = "../util/shlib_wrap.sh ../apps/openssl";
+}
elsif ( -f "../apps/openssl.exe" ) {
$ossl_path = "../util/shlib_wrap.sh ../apps/openssl.exe";
}The Stratus VOS operating system also has a required executable extension. OpenSSL handles it properly except in one case. I've attached a patch. I am not entirely happy that I had to hard-code in the VOS executable extension, but I see that's how the existing code works. If there is an environment variable that is known to be set up, or some other method to reliable find the executable extension, please let me know and I'll revise the patch. I have tested this patch against openssl-SNAP-20091118 and openssl-1.0.0-SNAP-20091117 and it works as expected. It needs to be applied to both of these branches. <<cms-test.pl.patch.txt>> Thanks PG -- Paul Green, Senior Technical Consultant, Stratus Technologies. Voice: +1 978-461-7557; FAX: +1 978-461-3610; Mobile: +1 (978) 235-2451; AIM: PaulGreenTitle: [PATCH] (HEAD and 1.0.0) fix cms-test.pl for Stratus VOS
The Stratus VOS operating system also has a required executable extension. OpenSSL handles it properly except in one case. I've attached a patch.
I am not entirely happy that I had to hard-code in the VOS executable extension, but I see that's how the existing code works. If there is an environment variable that is known to be set up, or some other method to reliable find the executable extension, please let me know and I'll revise the patch.
I have tested this patch against openssl-SNAP-20091118 and openssl-1.0.0-SNAP-20091117 and it works as expected. It needs to be applied to both of these branches.
<<cms-test.pl.patch.txt>>
Thanks
PG
--
Paul Green, Senior Technical Consultant, Stratus Technologies.
Voice: +1 978-461-7557; FAX: +1 978-461-3610; Mobile: +1 (978) 235-2451; AIM: PaulGreen
