CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/05/17 22:14:57

Modified files:
        usr.bin/ssh    : chacha.c 

Log message:
chacha: avoid -Wunterminated-string-initialization warning

The sizes of sigma[] and tau[] aren't used, so include a trailing NUL and
thereby avoid upsetting modern compilers about use of dangerous, valid C.

ok deraadt djm

Reply via email to