提交 45ebd731 编写于 作者: R Rich Salz 提交者: Rich Salz

Make sig_app, sigx_app static

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 5c4e3a4e
......@@ -62,7 +62,8 @@
#include "e_os.h"
DECLARE_STACK_OF(nid_triple)
STACK_OF(nid_triple) *sig_app, *sigx_app;
static STACK_OF(nid_triple) *sig_app, *sigx_app;
static int sig_cmp(const nid_triple *a, const nid_triple *b)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册