mirror of
https://github.com/openssl/openssl.git
synced 2026-05-07 20:12:39 +00:00
3c27208fab
Don't have #error statements in header files, but instead wrap the contents of that file in #ifndef OPENSSL_NO_xxx This means it is now always safe to include the header file. Reviewed-by: Richard Levitte <levitte@openssl.org>