untrusted comment: signature from openbsd 6.2 base secret key
RWRVWzAMgtyg7nkjfnAPRwyFx09o2p4+LauwncXnLq0YVgz+FmD3OdXAPyseWeBJKQOD1iq2H3rR/0J/1D4gHK/v6SBPWVDq9Qs=
OpenBSD 6.2 errata 010, 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