From: Richard Levitte Date: Thu, 10 Nov 2016 00:33:54 +0000 (+0100) Subject: Fix no-ct in test/ct_test.c X-Git-Tag: OpenSSL_1_1_1-pre1~3102 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=42e055e12496a0eab72c64de845aa5bb18a9c4a2;p=oweals%2Fopenssl.git Fix no-ct in test/ct_test.c Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1890) --- diff --git a/test/ct_test.c b/test/ct_test.c index edd02afea2..1cfd0d17f6 100644 --- a/test/ct_test.c +++ b/test/ct_test.c @@ -555,4 +555,10 @@ int test_main(int argc, char *argv[]) return result; } +#else +int test_main(int argc, char *argv[]) +{ + printf("No CT support\n"); + return 0; +} #endif