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
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
bf_skey.c Reorganize local header files 2019-09-28 20:26:35 +02:00
build.info