[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Wed May 6 20:51:00 UTC 2015


The branch master has been updated
       via  45ebd7312874548904f3e438b39704d0134c7a1b (commit)
      from  5c4e3a4e60f7d92ef829eb70071e29270b7b6653 (commit)


- Log -----------------------------------------------------------------
commit 45ebd7312874548904f3e438b39704d0134c7a1b
Author: Rich Salz <rsalz at akamai.com>
Date:   Wed May 6 16:03:07 2015 -0400

    Make sig_app, sigx_app static
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 crypto/objects/obj_xref.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/crypto/objects/obj_xref.c b/crypto/objects/obj_xref.c
index 44471a3..da3469f 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)
 {


More information about the openssl-commits mailing list