Skip to content

Commit

Permalink
Fix no-ct in test/ct_test.c
Browse files Browse the repository at this point in the history
Reviewed-by: Rich Salz <[email protected]>
(Merged from openssl#1890)
  • Loading branch information
levitte committed Nov 10, 2016
1 parent 5a5b85d commit 42e055e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/ct_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 42e055e

Please sign in to comment.