From: Rich Salz Date: Wed, 6 May 2015 20:03:07 +0000 (-0400) Subject: Make sig_app, sigx_app static X-Git-Tag: OpenSSL_1_1_0-pre1~1178 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=45ebd7312874548904f3e438b39704d0134c7a1b;p=oweals%2Fopenssl.git Make sig_app, sigx_app static Reviewed-by: Tim Hudson --- 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) {