CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/16 07:18:39
Modified files:
usr.bin/ssh : auth2-pubkey.c ssh-keygen.c sshbuf-misc.c
sshbuf.h sshkey.c
usr.bin/ssh/ssh-keygen: Makefile
Removed files:
usr.bin/ssh : uuencode.c uuencode.h
Log message:
remove mostly vestigal uuencode.[ch]; moving the only unique
functionality there (wrapping of base64-encoded data) to sshbuf
functions; feedback and ok markus@
