CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/29 23:04:49
Modified files:
usr.bin/ssh : sshbuf.h sshbuf-misc.c
Log message:
let sshbuf_find/cmp take a void* for the search/comparison
argument, instead of a u_char*. Saves callers needing to cast.
