Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
e513f09b
Commit
e513f09b
authored
Nov 06, 2016
by
Philipp Schafft
🦁
Browse files
Typo: openSSL->OpenSSL
parent
3376498e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
e513f09b
...
@@ -211,7 +211,7 @@ static void get_ssl_certificate(ice_config_t *config)
...
@@ -211,7 +211,7 @@ static void get_ssl_certificate(ice_config_t *config)
{
{
ssl_ok
=
0
;
ssl_ok
=
0
;
ICECAST_LOG_INFO
(
"No TLS capability. "
ICECAST_LOG_INFO
(
"No TLS capability. "
"Rebuild Icecast with
o
penSSL support to enable this."
);
"Rebuild Icecast with
O
penSSL support to enable this."
);
}
}
#endif
/* ICECAST_CAP_TLS */
#endif
/* ICECAST_CAP_TLS */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment