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:03:23 +0000 (07:03 +0100)
commitf778cd2d89b3dfb2438df44f42e5a9082b213a71
treea0ba1043e550a642c3e431fc03db8c17a6caa71a
parentc8ee36792d69bc327d770453681acc7203ec6494
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/5620)
test/shlibloadtest.c