Make ct_dir and certs_dir static in test/ct_test.c
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
1bee9d6b6c
commit
67336ea400
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue