提交 04473165 编写于 作者: R Rich Salz

GH919: Fix wrappers for two headers

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 c01a3c6d
......@@ -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;
......
......@@ -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__)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册