commit | a8a72c68d513cdd906d83e394396515f7cf885f3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 11:48:34 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:41:06 2021 +0200 |
tree | eb49d253211d0e3752aeee2d87272f4d6a2f09c6 | |
parent | d2ae3858e94e5970bfef26a8e576825fcca2d300 [diff] |
CLEANUP: ssl/server: move ssl_sock_set_srv() to srv_set_ssl() in server.c This one has nothing to do with ssl_sock as it manipulates the struct server only. Let's move it to server.c and remove unneeded dependencies on ssl_sock.h. This further reduces by 10% the number of includes of opensslconf.h and by 0.5% the number of compiled lines.