summaryrefslogtreecommitdiffstats
path: root/crypto/objects
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-05-06 16:03:07 -0400
committerRich Salz <rsalz@openssl.org>2015-05-06 16:49:10 -0400
commit45ebd7312874548904f3e438b39704d0134c7a1b (patch)
tree84e914e1d2ebcdc184a82b6528d1b13d2230567a /crypto/objects
parent5c4e3a4e60f7d92ef829eb70071e29270b7b6653 (diff)
Make sig_app, sigx_app static
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/objects')
-rw-r--r--crypto/objects/obj_xref.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/objects/obj_xref.c b/crypto/objects/obj_xref.c
index 44471a3780..da3469f0e8 100644
--- a/crypto/objects/obj_xref.c
+++ b/crypto/objects/obj_xref.c
@@ -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)
{