Searched defs:g_fSSL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp124 static bool g_fSSL = false; // if SSL is enabled variable
574 if (g_fSSL && soap_ssl_accept(m_soap))
828 if (g_fSSL && CRYPTO_thread_setup())
840 if (g_fSSL && soap_ssl_server_context(&soap, SOAP_SSL_REQUIRE_SERVER_AUTHENTICATION | SOAP_TLSv1, g_pcszKeyFile,
865 g_fSSL ? "SSL, " : "",
895 if (g_fSSL)
974 g_fSSL = true;
1132 if (g_fSSL)

Completed in 48 milliseconds