[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Thu Nov 10 14:49:55 UTC 2016
The branch master has been updated
via 42e055e12496a0eab72c64de845aa5bb18a9c4a2 (commit)
from 5a5b85d125795d9257876aee266e5b65875fae03 (commit)
- Log -----------------------------------------------------------------
commit 42e055e12496a0eab72c64de845aa5bb18a9c4a2
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Nov 10 01:33:54 2016 +0100
Fix no-ct in test/ct_test.c
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1890)
-----------------------------------------------------------------------
Summary of changes:
test/ct_test.c | 6 ++++++
1 file changed, 6 insertions(+)
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 @@ 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
More information about the openssl-commits
mailing list