mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-26 04:09:30 +03:00
src/microhttpd/test_*: fixed more compiler warnings
This commit is contained in:
@@ -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, ...);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user