提交 2f11f2e8 编写于 作者: D Dr. Matthias St. Pierre

util/mkerr.pl: revert accidental change of header guards

This change was backported accidentally from master in commit fbbfd128.
Reviewed-by: NPaul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10623)
上级 fa2f67f7
......@@ -450,8 +450,8 @@ foreach my $lib ( keys %errorfile ) {
* https://www.openssl.org/source/license.html
*/
#ifndef OPENSSL_${lib}ERR_H
# define OPENSSL_${lib}ERR_H
#ifndef HEADER_${lib}ERR_H
# define HEADER_${lib}ERR_H
# include <openssl/symhacks.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册