Only check OPENSSL_BUILT_ON if it is not empty
Some distributions (e.g. openSUSE) patch out OPENSSL_BUILT_ON to be empty as this breaks reproducibility of the build. With this commit, we only check that this value starts with "built on" if it is not empty, thereby not loosing any test coverage.
Loading
Please register or sign in to comment