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

Make name_funcs_stack static.
上级 d9c88a39
......@@ -22,7 +22,7 @@ typedef struct name_funcs_st
DECLARE_STACK_OF(NAME_FUNCS)
IMPLEMENT_STACK_OF(NAME_FUNCS)
STACK_OF(NAME_FUNCS) *name_funcs_stack;
static STACK_OF(NAME_FUNCS) *name_funcs_stack;
static unsigned long obj_name_hash(OBJ_NAME *a);
static int obj_name_cmp(OBJ_NAME *a,OBJ_NAME *b);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册