CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2016/08/02 22:23:55
Modified files: usr.bin/ssh : sshd.c Log message: Fix bug introduced in rev 1.467 which causes "buffer_get_bignum_ret: incomplete message" errors when built with WITH_SSH1 and run such that no Protocol 1 ephemeral host key is generated (eg "Protocol 2", no SSH1 host key supplied). Reported by rainer.laatsch at t-online.de, ok deraadt@