提交 4af31846 编写于 作者: R Richard Levitte

Remove extra ;

上级 e3104774
......@@ -221,7 +221,7 @@ typedef struct STORE_OBJECT_st
BUF_MEM *arbitrary;
} data;
} STORE_OBJECT;
DECLARE_STACK_OF(STORE_OBJECT);
DECLARE_STACK_OF(STORE_OBJECT)
STORE_OBJECT *STORE_OBJECT_new(void);
void STORE_OBJECT_free(STORE_OBJECT *data);
......
......@@ -1123,7 +1123,7 @@ void STORE_OBJECT_free(STORE_OBJECT *data)
OPENSSL_free(data);
}
IMPLEMENT_STACK_OF(STORE_OBJECT*);
IMPLEMENT_STACK_OF(STORE_OBJECT*)
struct STORE_attr_info_st
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册