Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurano committed Apr 28, 2016
1 parent cd94ced commit 5445006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdHttp/XrdHttpProtocol.cc
Expand Up @@ -1332,7 +1332,7 @@ int XrdHttpProtocol::InitSecurity() {
eDest.Say(" Using deprecated TLS version 1.");
meth = TLSv1_method();
#else
eDest.Say(" warning: TLS is not available, falling back to SSL23 (deprecated).")
eDest.Say(" warning: TLS is not available, falling back to SSL23 (deprecated).");
meth = SSLv23_method();
#endif

Expand Down

0 comments on commit 5445006

Please sign in to comment.