mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-11 03:31:36 +00:00
DOC: ssl: missing LF
An error message miss LF
This commit is contained in:
parent
10ec214f41
commit
bc965348d7
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user