artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f029b
)
Now libtls is always reading cert.pem during tls_config_new().
author
bluhm
<bluhm@openbsd.org>
Wed, 6 Jul 2016 21:30:21 +0000
(21:30 +0000)
committer
bluhm
<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
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/syslogd/args-tls-cafile-default.pl
b/regress/usr.sbin/syslogd/args-tls-cafile-default.pl
index
6fecd90
..
2d1cb54
100644
(file)
--- a/
regress/usr.sbin/syslogd/args-tls-cafile-default.pl
+++ b/
regress/usr.sbin/syslogd/args-tls-cafile-default.pl
@@
-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,