CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/14 09:42:18
Modified files:
usr.bin/ssh : cipher.c sshbuf.c
Log message:
Reorder calloc arguments
The first argument should be the amount, the second argument should be the
element size. Fixing this also silences some gcc compiler warnings for
portable.
Spotted with Benny Baumann (BenBE at geshi dot org).
ok djm@
