commit | 42e055e12496a0eab72c64de845aa5bb18a9c4a2 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Nov 10 01:33:54 2016 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Thu Nov 10 15:49:22 2016 +0100 |
tree | cededff6188157267b56d1e221d24000871e5801 | |
parent | 5a5b85d125795d9257876aee266e5b65875fae03 [diff] [blame] |
Fix no-ct in test/ct_test.c Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1890)
diff --git a/test/ct_test.c b/test/ct_test.c index edd02af..1cfd0d1 100644 --- a/test/ct_test.c +++ b/test/ct_test.c
@@ -555,4 +555,10 @@ return result; } +#else +int test_main(int argc, char *argv[]) +{ + printf("No CT support\n"); + return 0; +} #endif