OpenSSL::Test::__fixup_prg: don't check program existence
authorRichard Levitte <levitte@openssl.org>
Thu, 31 Aug 2017 17:03:03 +0000 (19:03 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 31 Aug 2017 17:36:00 +0000 (19:36 +0200)
commit721614a2b240041f460cfa8473b8dbcde25a3ca6
tree39802a45ab811f84600448dfddbf49dd8034096d
parente66b62b86e7725bdace0f24a76baa61db9c763f8
OpenSSL::Test::__fixup_prg: don't check program existence

The program will fail to run if it doesn't exist anyway, no need to
check its existence here.

Fixes #4306

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4309)
util/perl/OpenSSL/Test.pm