Edit

IABSD.fr/src/sys/crypto

Branch :

  • Show log

    Commit

  • Author : deraadt
    Date : 2020-06-27 15:58:47
    Hash : 034cea9f
    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)