Disable OpenSSL version checks on autopkgtests During its test suite, this package checks that it runs using the same OpenSSL version it's been compiled with. While this is somewhat reasonable in a development or building context, this approach breaks when trying to run the test suite to check for regressions against a new ABI-compatible version of libssl. . This patch tries to detect such an environment and removes the checks for it there.