You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Build with OpenSSL 3.5+ which removed engine API (#12902)
* Guard engine.h include with HAVE_ENGINE_LOAD_DYNAMIC -- OpenSSL 3.5
removed the header entirely; only include it when cmake detected the
ENGINE API is available.
* Fix check_symbol_exists header path from "include/openssl/engine.h"
to "openssl/engine.h" for consistency with all other OpenSSL checks.
0 commit comments