]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add define guards to avoid multi-inclusion
authorWeiguo Li <liwg06@foxmail.com>
Wed, 9 Feb 2022 18:30:25 +0000 (02:30 +0800)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Wed, 16 Feb 2022 15:11:56 +0000 (16:11 +0100)
commit3d27ac8d92ef89c202b518cf6c4e15477eb594b2
treec3146e3f1fc6caffde9e0a4afc1466d33022784d
parent17da5f2af833ef16cc2e431359139a4a2e3775b9
Add define guards to avoid multi-inclusion

This header files are included by multiple other headers.
It's better to add define guards to prevent multi-inclusion.
Adhere to the coding style, all preprocessor directives inside
the guards gain a space.

Signed-off-by: Weiguo Li <liwg06@foxmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/17666)
include/crypto/md32_common.h
include/internal/der.h
include/internal/tsan_assist.h
providers/implementations/include/prov/ciphercommon.h
providers/implementations/include/prov/ciphercommon_aead.h
providers/implementations/include/prov/ciphercommon_ccm.h
providers/implementations/include/prov/ciphercommon_gcm.h