]> git.ipfire.org Git - thirdparty/openssl.git/commit
Be careful when applying EXE_SHELL
authorRichard Levitte <levitte@openssl.org>
Tue, 26 Jan 2016 16:50:13 +0000 (17:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 27 Jan 2016 11:11:52 +0000 (12:11 +0100)
commitec307bcc36393969967c4156d98fca50cd446c81
tree350ccc8f8ffdfd5582715bf7f1ed8bf789612258
parent8f243018d2e5e4dfe988906849a7f30532e288aa
Be careful when applying EXE_SHELL

$EXE_SHELL should only be used with out own programs, not with
surrounding programs such as the perl interpreter.

Reviewed-by: Matt Caswell <matt@openssl.org>
test/testlib/OpenSSL/Test.pm