https tests: renamed private key variable to match certificate name

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-10-10 13:45:35 +03:00
parent b84dc1b220
commit 868cb71aa2
9 changed files with 60 additions and 63 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ testExternalGet (unsigned int flags)
cbc.pos = 0;
d = MHD_start_daemon (MHD_USE_ERROR_LOG | MHD_USE_TLS | flags,
port, NULL, NULL, &ahc_echo, NULL,
MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem,
MHD_OPTION_HTTPS_MEM_KEY, srv_self_signed_key_pem,
MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem,
MHD_OPTION_END);
if (d == NULL)