aboutsummaryrefslogtreecommitdiff
path: root/test/ct_test.c
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-03-07 17:58:14 +0000
committerRich Salz <rsalz@openssl.org>2016-03-07 14:45:49 -0500
commit11c8bc42f7b3c84588fa3354b91424df73471de1 (patch)
treecbc542d34df97e3ae77134cd76c63a3dddef8ec7 /test/ct_test.c
parent3f3c7d26d577902a542bf226a091aab93ea1ff96 (diff)
downloadopenssl-11c8bc42f7b3c84588fa3354b91424df73471de1.zip
openssl-11c8bc42f7b3c84588fa3354b91424df73471de1.tar.gz
openssl-11c8bc42f7b3c84588fa3354b91424df73471de1.tar.bz2
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>
Diffstat (limited to 'test/ct_test.c')
-rw-r--r--test/ct_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ct_test.c b/test/ct_test.c
index 30e1ac6..4a7c38b 100644
--- a/test/ct_test.c
+++ b/test/ct_test.c
@@ -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