Drop redundant bzero() calls. ses_ghash is allocated with M_ZERO, so
authorvisa <visa@openbsd.org>
Fri, 23 Feb 2018 15:41:08 +0000 (15:41 +0000)
committervisa <visa@openbsd.org>
Fri, 23 Feb 2018 15:41:08 +0000 (15:41 +0000)
commit80dda539521525796e97c6d3545ebcacb90b48d1
tree04f4e65f4e1b7464fc90c2369ad667421722e439
parenta4ca514736196f283ae00faac0bdcd92ab0ca748
Drop redundant bzero() calls. ses_ghash is allocated with M_ZERO, so
it is unnecessary to zero the struct's fields right after allocation.

OK mikeb@
sys/arch/amd64/amd64/aesni.c