openssl/providers
Dr. Matthias St. Pierre ae4186b004 Fix header file include guard names
Make the include guards consistent by renaming them systematically according
to the naming conventions below

For the public header files (in the 'include/openssl' directory), the guard
names try to match the path specified in the include directives, with
all letters converted to upper case and '/' and '.' replaced by '_'. For the
private header files files, an extra 'OSSL_' is added as prefix.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9333)
2019-09-28 20:26:36 +02:00
..
common Fix header file include guard names 2019-09-28 20:26:36 +02:00
default Fix header file include guard names 2019-09-28 20:26:36 +02:00
fips Reorganize public header files (part 1) 2019-09-28 20:26:36 +02:00
legacy When building of modules is disabled, build the legacy provider into libcrypto 2019-09-26 22:41:47 +02:00
build.info Reorganize private crypto header files 2019-09-28 20:26:34 +02:00