CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2019/01/21 03:05:09
Modified files: usr.bin/ssh : kex.c kex.h kexc25519s.c kexdhs.c kexecdhs.c kexgexs.c Log message: factor out kex_load_hostkey() - this is duplicated in both the client and server implementations for most KEX methods. from markus@ ok djm@