mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-18 18:19:39 -05:00
DOC: ssl: missing LF
An error message miss LF
This commit is contained in:
parent
10ec214f41
commit
bc965348d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue