Commit 42e055e1 authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix no-ct in test/ct_test.c

parent 5a5b85d1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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