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

The public header files (in the 'include/openssl' directory) are not changed
in 1.1.1, because it is a stable release.

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

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9681)
2019-09-27 23:58:12 +02:00
..
arch Fix header file include guard names 2019-09-27 23:58:12 +02:00
async.c Reorganize local header files 2019-09-27 23:58:06 +02:00
async_err.c Set error code on alloc failures 2018-04-03 11:31:16 -04:00
async_local.h Reorganize local header files 2019-09-27 23:58:06 +02:00
async_wait.c Reorganize local header files 2019-09-27 23:58:06 +02:00
build.info