CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/27 21:09:18
Modified files:
usr.bin/ssh : authfile.c bufaux.c buffer.h channels.c krl.c
mux.c packet.c packet.h ssh-keygen.c
Log message:
buffer_get_string_ptr's return should be const to remind
callers that futzing with it will futz with the actual buffer
contents
