CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/10 04:10:07
Modified files:
usr.sbin/httpd : httpd.h parse.y server.c
Log message:
Do not compare TLS config params for non-TLS servers. This allows to
mix 'listen * port 80' and 'listen * tls port 443' in one server block.
Also the last argument of server_tls_cmp - match_keypair - is always 0
so remove this code.
OK florian@ tb@ some long time ago
