deprecate USE_SSL for USE_TLS, rename in code

This commit is contained in:
Christian Grothoff
2016-10-11 16:09:17 +00:00
parent a90ba78c01
commit ef7fe75ff2
20 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ testExternalGet (int flags)
cbc.buf = buf;
cbc.size = 2048;
cbc.pos = 0;
d = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_SSL | flags,
d = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_TLS | flags,
1082, NULL, NULL, &ahc_echo, "GET",
MHD_OPTION_HTTPS_MEM_KEY, srv_key_pem,
MHD_OPTION_HTTPS_MEM_CERT, srv_self_signed_cert_pem,