From ba46275556ae93e44f27fece2d25655b42ce2842 Mon Sep 17 00:00:00 2001 From: "Samson S. Kolge" Date: Fri, 4 Apr 2025 17:49:52 +0530 Subject: [PATCH] Fix code style in quicapitest.c Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/27264) --- test/quicapitest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/quicapitest.c b/test/quicapitest.c index 2e2692ae5f1..38dd42c1846 100644 --- a/test/quicapitest.c +++ b/test/quicapitest.c @@ -2690,7 +2690,6 @@ end: /***********************************************************************************/ OPT_TEST_DECLARE_USAGE("provider config certsdir datadir\n") - int setup_tests(void) { char *modulename; -- 2.47.2