mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Make sig_app, sigx_app static
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
5c4e3a4e60
commit
45ebd73128
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user