openssl/crypto/bf
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
..
asm Unify all assembler file generators 2019-09-16 16:29:57 +02:00
bf_cfb64.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bf_ecb.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bf_enc.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bf_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
bf_ofb64.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bf_pi.h Following the license change, modify the boilerplates in crypto/bf/ 2018-12-06 14:27:41 +01:00
bf_skey.c Reorganize local header files 2019-09-28 20:26:35 +02:00
build.info build.info: For all assembler generators, remove all arguments 2019-09-16 16:29:57 +02:00