Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: do not load absolute path crypto engines twice
Newer versions of OpenSSL now throws an error if an engine is loaded twice by its absolute path (a second load by its id appears to be okay). PR-URL: #41175 Refs: quictls/openssl#68 Refs: https://mta.openssl.org/pipermail/openssl-announce/2021-December/000212.html Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
- Loading branch information