make the original RSA and DSA signing/verification code look more like
authordjm <djm@openbsd.org>
Fri, 27 Dec 2013 22:30:17 +0000 (22:30 +0000)
committerdjm <djm@openbsd.org>
Fri, 27 Dec 2013 22:30:17 +0000 (22:30 +0000)
commitfda9d0f9fab613740a54022838b504453255fdae
tree4ef337616a5f0352a87686b758eaaa48da1be8d8
parentab772a24e503cbfa7f7d72185ae0b86a64844e89
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
usr.bin/ssh/ssh-dss.c
usr.bin/ssh/ssh-ecdsa.c
usr.bin/ssh/ssh-rsa.c