CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/03/05 23:57:33
Modified files:
regress/usr.bin/ssh: modpipe.c
regress/usr.bin/ssh/unittests/sshbuf: test_sshbuf_fuzz.c
test_sshbuf_getput_basic.c
test_sshbuf_getput_crypto.c
test_sshbuf_getput_fuzz.c
regress/usr.bin/ssh/unittests/sshkey: test_sshkey.c
regress/usr.bin/ssh/unittests/test_helper: test_helper.c
test_helper.h
Log message:
Replace u_intXX_t types with the equivalent C99 uintXX_t types to match
similar change to the main ssh code.