提交 11c8bc42 编写于 作者: R Rob Percival 提交者: Rich Salz

Remove OPENSSL_NO_UNIT_TEST guard from ct_test.c

Reviewed-by: NEmilia Käsper <emilia@openssl.org>
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 3f3c7d26
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
#include <openssl/x509v3.h> #include <openssl/x509v3.h>
#include "testutil.h" #include "testutil.h"
#if !defined(OPENSSL_NO_CT) && !defined(OPENSSL_NO_UNIT_TEST) #ifndef OPENSSL_NO_CT
/* Used when declaring buffers to read text files into */ /* Used when declaring buffers to read text files into */
#define CT_TEST_MAX_FILE_SIZE 8096 #define CT_TEST_MAX_FILE_SIZE 8096
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册