CVSROOT:        /cvs
Module name:    src
Changes by:     v...@cvs.openbsd.org    2018/02/23 08:41:08

Modified files:
        sys/arch/amd64/amd64: aesni.c 

Log message:
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@

Reply via email to