CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2013/12/27 15:30:17
Modified files: usr.bin/ssh : ssh-dss.c ssh-ecdsa.c ssh-rsa.c Log message: make the original RSA and DSA signing/verification code look more like the ECDSA/Ed25519 ones: use key_type_plain() when checking the key type rather than tediously listing all variants, use __func__ for debug/ error messages