openssl/crypto/seed
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
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
seed.c Reorganize local header files 2019-09-27 23:58:06 +02:00
seed_cbc.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
seed_cfb.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
seed_ecb.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
seed_local.h Fix header file include guard names 2019-09-27 23:58:12 +02:00
seed_ofb.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00