Make sig_app, sigx_app static

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Rich Salz 2015-05-06 16:03:07 -04:00 committed by Rich Salz
parent 5c4e3a4e60
commit 45ebd73128

View File

@ -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)
{