Now libtls is always reading cert.pem during tls_config_new().
authorbluhm <bluhm@openbsd.org>
Wed, 6 Jul 2016 21:30:21 +0000 (21:30 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 6 Jul 2016 21:30:21 +0000 (21:30 +0000)
Adapt ktrace count in syslogd test.

regress/usr.sbin/syslogd/args-tls-cafile-default.pl

index 6fecd90..2d1cb54 100644 (file)
@@ -13,7 +13,7 @@ our %args = (
     syslogd => {
        loghost => '@tls://localhost:$connectport',
        ktrace => {
-           qr{NAMI  "/etc/ssl/cert.pem"} => 1,
+           qr{NAMI  "/etc/ssl/cert.pem"} => 3,
        },
        loggrep => {
            qr{CAfile /etc/ssl/cert.pem} => 1,