Remove OPENSSL_NO_UNIT_TEST guard from ct_test.c
authorRob Percival <robpercival@google.com>
Mon, 7 Mar 2016 17:58:14 +0000 (17:58 +0000)
committerRich Salz <rsalz@openssl.org>
Mon, 7 Mar 2016 19:45:49 +0000 (14:45 -0500)
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
test/ct_test.c

index 30e1ac653305290029653cb436133fc46e4653d7..4a7c38b3743d17c577eb2578312218b27a395e98 100644 (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