From 11c8bc42f7b3c84588fa3354b91424df73471de1 Mon Sep 17 00:00:00 2001 From: Rob Percival Date: Mon, 7 Mar 2016 17:58:14 +0000 Subject: [PATCH] Remove OPENSSL_NO_UNIT_TEST guard from ct_test.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Emilia Käsper Reviewed-by: Rich Salz --- test/ct_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ct_test.c b/test/ct_test.c index 30e1ac6533..4a7c38b374 100644 --- a/test/ct_test.c +++ b/test/ct_test.c @@ -64,7 +64,7 @@ #include #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 -- GitLab