aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/test_tls_authentication.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/test_tls_authentication.c')
-rw-r--r--src/testcurl/https/test_tls_authentication.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testcurl/https/test_tls_authentication.c b/src/testcurl/https/test_tls_authentication.c
index 7aedee72..22d47b26 100644
--- a/src/testcurl/https/test_tls_authentication.c
+++ b/src/testcurl/https/test_tls_authentication.c
@@ -33,9 +33,7 @@
33#include <gcrypt.h> 33#include <gcrypt.h>
34#endif /* MHD_HTTPS_REQUIRE_GRYPT */ 34#endif /* MHD_HTTPS_REQUIRE_GRYPT */
35#include "tls_test_common.h" 35#include "tls_test_common.h"
36 36#include "tls_test_keys.h"
37extern const char srv_signed_cert_pem[];
38extern const char srv_signed_key_pem[];
39 37
40 38
41/* perform a HTTP GET request via SSL/TLS */ 39/* perform a HTTP GET request via SSL/TLS */