mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Fix no-ct in test/ct_test.c
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1890)
This commit is contained in:
parent
5a5b85d125
commit
42e055e124
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user