From: Rich Salz Date: Tue, 24 May 2016 13:19:43 +0000 (-0400) Subject: GH919: Fix wrappers for two headers X-Git-Tag: OpenSSL_1_1_0-pre6~706 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=04473165815e93c8453f6c0b55a5dd0b93f668fa GH919: Fix wrappers for two headers Reviewed-by: Matt Caswell --- diff --git a/crypto/ppc_arch.h b/crypto/ppc_arch.h index 5f5a5c93d0..65cf96fc1f 100644 --- a/crypto/ppc_arch.h +++ b/crypto/ppc_arch.h @@ -7,8 +7,8 @@ * https://www.openssl.org/source/license.html */ -#ifndef __PPC_ARCH_H__ -# define __PPC_ARCH_H__ +#ifndef HEADER_PPC_ARCH_H +# define HEADER_PPC_ARCH_H extern unsigned int OPENSSL_ppccap_P; diff --git a/engines/afalg/e_afalg.h b/engines/afalg/e_afalg.h index f990f489ac..8f4d2d11f1 100644 --- a/engines/afalg/e_afalg.h +++ b/engines/afalg/e_afalg.h @@ -7,8 +7,8 @@ * https://www.openssl.org/source/license.html */ -#ifndef _E_AFALG_H_ -# define _E_AFALG_H_ +#ifndef HEADER_AFALG_H +# define HEADER_AFALG_H # ifdef ALG_DEBUG # define ALG_DGB(x, ...) fprintf(stderr, "ALG_DBG: " x, __VA_ARGS__)