Remove OPENSSL_NO_UNIT_TEST guard from ct_test.c
Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
3f3c7d26d5
commit
11c8bc42f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue