projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5b85d
)
Fix no-ct in test/ct_test.c
author
Richard Levitte
<levitte@openssl.org>
Thu, 10 Nov 2016 00:33:54 +0000
(
01:33
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 10 Nov 2016 14:49:22 +0000
(15:49 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1890)
test/ct_test.c
patch
|
blob
|
history
diff --git
a/test/ct_test.c
b/test/ct_test.c
index edd02afea2a8e6003caed415b8e756b46edb8ac3..1cfd0d17f6a0eb332e0f616e4bca56a71bbe76fa 100644
(file)
--- 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