提交 f9c850c7 编写于 作者: D Dr. Stephen Henson

Update mkstack.pl to match safestack.h

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 5dc1247a
...@@ -134,16 +134,8 @@ extern "C" { ...@@ -134,16 +134,8 @@ extern "C" {
# define STACK_OF(type) struct stack_st_##type # define STACK_OF(type) struct stack_st_##type
# define PREDECLARE_STACK_OF(type) STACK_OF(type); # define PREDECLARE_STACK_OF(type) STACK_OF(type);
# define DECLARE_STACK_OF(type) \ # define DECLARE_STACK_OF(type) STACK_OF(type);
STACK_OF(type) \ # define DECLARE_SPECIAL_STACK_OF(type, type2) STACK_OF(type);
{ \
_STACK stack; \
};
# define DECLARE_SPECIAL_STACK_OF(type, type2) \
STACK_OF(type) \
{ \
_STACK stack; \
};
/*- /*-
* Strings are special: normally an lhash entry will point to a single * Strings are special: normally an lhash entry will point to a single
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册