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
Guard ENGINE-specific code in gost_lcl.h for OpenSSL 4.x compatibility
- Wrap ENGINE header include with #ifndef OPENSSL_NO_ENGINE
- Guard ENGINE_CMD_BASE macros with conditional compilation
- Protect ENGINE function declarations
- Allows provider code to compile without Engine API
Co-authored-by: chipitsine <2217296+chipitsine@users.noreply.github.com>
0 commit comments