commit | 99ea188c0e3f310a920d9d908f3c4a3e7cffa3f1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 15:37:17 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:41:14 2021 +0200 |
tree | d48082fd5aab8c0b9b3d66e7991b23b426fc94f4 | |
parent | 82531f67304e0368fc8ede3131e142884401290c [diff] |
REORG: sample: move the crypto samples to ssl_sample.c These ones require openssl and are only built when it's enabled. There's no point keeping them in sample.c when ssl_sample.c already deals with this and the required includes. This also allows to remove openssl-compat.h from sample.c and to further reduce the number of inclusions of openssl includes, and the build time is now down to under 8 seconds.