[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue May 24 15:05:10 UTC 2016


The branch master has been updated
       via  04473165815e93c8453f6c0b55a5dd0b93f668fa (commit)
      from  c01a3c6df038d4cbec87ae658c25b3730c5af88c (commit)


- Log -----------------------------------------------------------------
commit 04473165815e93c8453f6c0b55a5dd0b93f668fa
Author: Rich Salz <rsalz at openssl.org>
Date:   Tue May 24 09:19:43 2016 -0400

    GH919: Fix wrappers for two headers
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 crypto/ppc_arch.h       | 4 ++--
 engines/afalg/e_afalg.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/crypto/ppc_arch.h b/crypto/ppc_arch.h
index 5f5a5c9..65cf96f 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 f990f48..8f4d2d1 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__)


More information about the openssl-commits mailing list