CVSROOT:        /cvs
Module name:    src
Changes by:     dera...@cvs.openbsd.org 2020/06/27 09:58:47

Modified files:
        sys/crypto     : chachapoly.c 

Log message:
don't try to expand alignment using __aligned(16) on local variables.
that stops being normal C.  the object type has to be sufficient, if it
needed larger alignment such a type or a union should be used instead.
(breaks landisk gcc, for one)

Reply via email to