diff options
Diffstat (limited to 'test/sysdefaulttest.c')
| -rw-r--r-- | test/sysdefaulttest.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/sysdefaulttest.c b/test/sysdefaulttest.c index 350867cdcd5a..5d2dfed06442 100644 --- a/test/sysdefaulttest.c +++ b/test/sysdefaulttest.c @@ -31,7 +31,8 @@ static int test_func(void) int global_init(void) { if (!OPENSSL_init_ssl(OPENSSL_INIT_ENGINE_ALL_BUILTIN - | OPENSSL_INIT_LOAD_CONFIG, NULL)) + | OPENSSL_INIT_LOAD_CONFIG, + NULL)) return 0; return 1; } |
