openssl/crypto/bio
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
..
b_addr.c Reorganize local header files 2019-09-28 20:26:35 +02:00
b_dump.c Reorganize local header files 2019-09-28 20:26:35 +02:00
b_print.c Reorganize private crypto header files 2019-09-28 20:26:34 +02:00
b_sock.c Reorganize local header files 2019-09-28 20:26:35 +02:00
b_sock2.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bf_buff.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bf_lbuf.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bf_nbio.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bf_null.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bio_cb.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bio_err.c util/mkerr.pl: make it not depend on the function code 2019-09-12 17:59:52 +02:00
bio_lib.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bio_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
bio_meth.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bss_acpt.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bss_bio.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bss_conn.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bss_dgram.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bss_fd.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bss_file.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bss_log.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bss_mem.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bss_null.c Reorganize local header files 2019-09-28 20:26:35 +02:00
bss_sock.c Reorganize local header files 2019-09-28 20:26:35 +02:00
build.info