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:
Rob Percival 2016-03-07 17:58:14 +00:00 committed by Rich Salz
parent 3f3c7d26d5
commit 11c8bc42f7

View file

@ -64,7 +64,7 @@
#include <openssl/x509v3.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 */
#define CT_TEST_MAX_FILE_SIZE 8096