Commit 3c27208f authored by Rich Salz's avatar Rich Salz
Browse files

Remove #error from include files.



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: default avatarRichard Levitte <levitte@openssl.org>
parent 8230f6c7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment