[Bug 3344] New: compat.c enlists OpenSSH 7.4 twice
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Thu Sep  2 00:47:41 AEST 2021
    
    
  
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: unassigned-bugs at mindrot.org
          Reporter: dbelyavs at redhat.com
{ "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.
    
    
More information about the openssh-bugs
mailing list