[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Mar 9 16:58:35 UTC 2016


The branch master has been updated
       via  67336ea4006e83d0c90821c02b7f94bb80c24647 (commit)
      from  1bee9d6b6c3bf9519bf46fd1a67d5f07eb2c9cb3 (commit)


- Log -----------------------------------------------------------------
commit 67336ea4006e83d0c90821c02b7f94bb80c24647
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Mar 9 17:24:34 2016 +0100

    Make ct_dir and certs_dir static in test/ct_test.c
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

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

Summary of changes:
 test/ct_test.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/ct_test.c b/test/ct_test.c
index fec1694..7d0c1b2 100644
--- a/test/ct_test.c
+++ b/test/ct_test.c
@@ -69,8 +69,8 @@
 /* Used when declaring buffers to read text files into */
 #define CT_TEST_MAX_FILE_SIZE 8096
 
-char *certs_dir = NULL;
-char *ct_dir = NULL;
+static char *certs_dir = NULL;
+static char *ct_dir = NULL;
 
 typedef struct ct_test_fixture {
     const char *test_case_name;


More information about the openssl-commits mailing list