Commit 04473165 authored by Rich Salz's avatar Rich Salz
Browse files

GH919: Fix wrappers for two headers

parent c01a3c6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;

+2 −2
Original line number Diff line number Diff line
@@ -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__)