projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bee9d6
)
Make ct_dir and certs_dir static in test/ct_test.c
author
Richard Levitte
<levitte@openssl.org>
Wed, 9 Mar 2016 16:24:34 +0000
(17:24 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 9 Mar 2016 16:58:02 +0000
(17:58 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
test/ct_test.c
patch
|
blob
|
history
diff --git
a/test/ct_test.c
b/test/ct_test.c
index fec1694926245e6585879d027eb625b15346c814..7d0c1b22e24feccdcf7f2c1e4e7dbfb802bfb3e8 100644
(file)
--- 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;