untrusted comment: signature from openbsd 6.0 base secret key
RWSho3oKSqgLQxbWNVpFYTNrLrAxKx17f7US9vawpLjjUiY/E++5Z13yS6jCAZAKPsFjKXn1g5Hdfu/D347DoZDC/bU076KczAc=
OpenBSD 6.0 errata 033, August 3, 2017:
With an invalid address family, tcp_usrreq() may take an unintended code path.
And then rebuild and install a new kernel:
cd /usr/src/sys/arch/`machine`/conf
KK=`sysctl -n kern.osversion | cut -d# -f1`
config $KK
cd ../compile/$KK
make
make install