CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2017/08/09 15:29:17
Modified files: usr.sbin/relayd: relay.c Log message: Call tls_config_skip_private_key_check() to disable the key checking in the inspect case (same is done in the regular server mode). OK bluhm@ and jsing@