CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2017/08/13 10:55:31
Modified files: lib/libcrypto/chacha: chacha-merged.c Log message: Convert the sigma and tau initialisers to byte arrays, rather than using strings. The original code is perfectly valid C, however it causes some compilers to complain since it lacks room for a string NUL terminator and the compiler is not smart enough to realise that these are only used as byte arrays and never treated as strings. ok bcook@ beck@ inoguchi@