src/microhttpd/test_*: fixed more compiler warnings

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-06-14 21:22:33 +03:00
parent e4850e5b2c
commit 977d01df7a
18 changed files with 86 additions and 104 deletions
+1 -3
View File
@@ -35,6 +35,7 @@
#include <gcrypt.h>
#endif /* MHD_HTTPS_REQUIRE_GRYPT */
#include "tls_test_common.h"
#include "tls_test_keys.h"
#if defined(MHD_CPU_COUNT) && (MHD_CPU_COUNT + 0) < 4
#undef MHD_CPU_COUNT
@@ -43,9 +44,6 @@
#define MHD_CPU_COUNT 4
#endif
extern const char srv_key_pem[];
extern const char srv_self_signed_cert_pem[];
int curl_check_version (const char *req_version, ...);