https://bugzilla.mindrot.org/show_bug.cgi?id=3344

            Bug ID: 3344
           Summary: compat.c enlists OpenSSH 7.4 twice
           Product: Portable OpenSSH
           Version: 8.7p1
          Hardware: Other
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: Miscellaneous
          Assignee: [email protected]
          Reporter: [email protected]

{ "OpenSSH_6.5*,"
                  "OpenSSH_6.6*",      
SSH_NEW_OPENSSH|SSH_BUG_CURVE25519PAD|
                                        SSH_BUG_SIGTYPE},
==>             { "OpenSSH_7.4*",      
SSH_NEW_OPENSSH|SSH_BUG_SIGTYPE|
                                        SSH_BUG_SIGTYPE74},
                { "OpenSSH_7.0*,"
                  "OpenSSH_7.1*,"
                  "OpenSSH_7.2*,"
                  "OpenSSH_7.3*,"
==>               "OpenSSH_7.4*,"
                  "OpenSSH_7.5*,"
                  "OpenSSH_7.6*,"
                  "OpenSSH_7.7*",      
SSH_NEW_OPENSSH|SSH_BUG_SIGTYPE},
=======================
Not a problem itself but worth cleaning

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to