CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/16 16:25:01
Modified files:
usr.bin/ssh : ssh.c
Log message:
Slot 0 in the hostbased key array was previously RSA1, but that is
now gone and the slot is unused so remove it. Remove two now-unused
macros, and add an array bounds check to the two remaining ones
(array is statically sized, so mostly a safety check on future changes).
ok markus@
