DOC: ssl: missing LF

An error message miss LF
This commit is contained in:
Thierry FOURNIER 2015-08-26 08:21:26 +02:00 committed by Willy Tarreau
parent 10ec214f41
commit bc965348d7
1 changed files with 1 additions and 1 deletions

View File

@ -2315,7 +2315,7 @@ int ssl_sock_prepare_srv_ctx(struct server *srv, struct proxy *curproxy)
#ifndef OPENSSL_NO_SSL3
SSL_CTX_set_ssl_version(srv->ssl_ctx.ctx, SSLv3_client_method());
#else
Alert("SSLv3 support requested but unavailable.");
Alert("SSLv3 support requested but unavailable.\n");
cfgerr++;
#endif
}