commit | 1057beecdabb188ae8c47884dca84eef49fa49be | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 11:38:44 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:36:51 2021 +0200 |
tree | 7cf5adc2e9f356cb1cc64c3cd938dd75203e9d78 | |
parent | 340ef2502eae2a37781e460d3590982c0e437fbd [diff] |
REORG: ssl: move ssl_sock_is_ssl() to connection.h and rename it This one doesn't use anything from an SSL context, it only checks the type of the transport layer of a connection, thus it belongs to connection.h. This is particularly visible due to all the ifdefs around it in various call places.