提交 67336ea4 编写于 作者: R Richard Levitte

Make ct_dir and certs_dir static in test/ct_test.c

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 1bee9d6b
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册