untrusted comment: signature from openbsd 6.1 base secret key
RWQEQa33SgQSEkpq7n8ALOeGORiKmP4CJFUl/4Pu3VbherjEnZGJ0vvKM+93JrlaIUDViKiFwXMREDH7zxD7Om37hVodlukI2gM=
OpenBSD 6.1 errata 038, March 20, 2018:
The IPsec AH header could be longer than the network packet.
This may cause a kernel crash.
And then rebuild and install a new kernel:
KK=`sysctl -n kern.osversion | cut -d# -f1`
cd /usr/src/sys/arch/`machine`/compile/$KK
make obj
make config
make
make install