openssl/crypto/seed
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
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
seed_cbc.c Following the license change, modify the boilerplates in crypto/seed/ 2018-12-06 15:22:15 +01:00
seed_cfb.c Following the license change, modify the boilerplates in crypto/seed/ 2018-12-06 15:22:15 +01:00
seed_ecb.c Following the license change, modify the boilerplates in crypto/seed/ 2018-12-06 15:22:15 +01:00
seed_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
seed_ofb.c Following the license change, modify the boilerplates in crypto/seed/ 2018-12-06 15:22:15 +01:00
seed.c Reorganize local header files 2019-09-28 20:26:35 +02:00