Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set this
authordtucker <dtucker@openbsd.org>
Fri, 17 Feb 2023 04:22:50 +0000 (04:22 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 17 Feb 2023 04:22:50 +0000 (04:22 +0000)
commitffc379c2ac09d21d9e02de3104c9f60f6b2f23f5
tree9a7e11114a971309cfd889cd638ae4d0d82aaff1
parent9cf8803acf5dc53b98088e0518fb7c9546067e2a
Remove now-unused compat bit SSH_BUG_RSASIGMD5.  The code to set this
was removed in OpenSSH 7.7 when support for SSH implementations dating
back to before RFC standardization were removed.  "burn it all" djm@
usr.bin/ssh/auth2-hostbased.c
usr.bin/ssh/auth2-pubkey.c
usr.bin/ssh/compat.c
usr.bin/ssh/compat.h
usr.bin/ssh/kex.c
usr.bin/ssh/monitor.c
usr.bin/ssh/sshconnect2.c