> 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.

There is EXE_EXT variable defined in 'make test' context. It's exposed
as environment variable (note that util/shlib_wrap.sh actually has
cmd=$1${EXE_EXT}), so that non-Windows cases can be unified as single
"if (-f "../apps/openssl$ENV{EXE_EXT})". Could you verify
http://cvs.openssl.org/chngview?cn=18899. A.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to