Stop test/shlibloadtest.c from failing in a regression test
authorRichard Levitte <levitte@openssl.org>
Wed, 14 Mar 2018 16:31:20 +0000 (17:31 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 19 Mar 2018 06:08:51 +0000 (07:08 +0100)
commit00c8f1b05cd5e815d21e51737505e901d572e09c
tree9792512b5dcda71659cb6da1e78c1ea23f349a2b
parentb4d46ad27078fa71bbc7270b667a7764d87d6f0f
Stop test/shlibloadtest.c from failing in a regression test

When doing a regression test, it's obvious that the version
test/shlibloadtest is built for will not be the same as the library
version.  So we change the test to check for assumed compatibility.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5619)
test/shlibloadtest.c