Switch from u_int and u_char to u32 and u8 to avoid portability issues.
authortb <tb@openbsd.org>
Fri, 22 Oct 2021 17:43:00 +0000 (17:43 +0000)
committertb <tb@openbsd.org>
Fri, 22 Oct 2021 17:43:00 +0000 (17:43 +0000)
commit1f8d1a563397c97cfbabff9b41347986751deb15
tree04d88a9a073069a358c947a42383f0afc2d01211
parentc6c9946f1305ff9ac0f0fceb4c24208fb43f872f
Switch from u_int and u_char to u32 and u8 to avoid portability issues.
Prompted by a diff by Jonas Termansen.

ok jsing
lib/libcrypto/chacha/chacha-merged.c