1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Typo: openSSL->OpenSSL

This commit is contained in:
Philipp Schafft 2016-11-06 10:49:47 +00:00
parent 3376498e5e
commit e513f09b85

View File

@ -211,7 +211,7 @@ static void get_ssl_certificate(ice_config_t *config)
{
ssl_ok = 0;
ICECAST_LOG_INFO("No TLS capability. "
"Rebuild Icecast with openSSL support to enable this.");
"Rebuild Icecast with OpenSSL support to enable this.");
}
#endif /* ICECAST_CAP_TLS */