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
@@ -250,7 +250,7 @@ main ()
}
daemon =
MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL, PORT, NULL,
MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_TLS, PORT, NULL,
NULL, &answer_to_connection, NULL,
MHD_OPTION_HTTPS_MEM_KEY, key_pem,
MHD_OPTION_HTTPS_MEM_CERT, cert_pem, MHD_OPTION_END);