commit | 80527bcb9d51d8506c8e7ef95de9c30d30722719 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 14:48:37 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:36:51 2021 +0200 |
tree | ab76e861a2730a36d44ffda0d8ea30257cb3d169 | |
parent | 746e6f3f8efe5646201f8d49d833393bacbc8c02 [diff] |
CLEANUP: server: always include the storage for SSL settings The SSL stuff in struct server takes less than 3% of it and requires lots of annoying ifdefs in the code just to take care of the cases where the field is absent. Let's get rid of this and stop including openssl-compat from server.c to detect NPN and ALPN capabilities. This reduces the total LoC by another 0.4%.