[BACK]Return to compat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/compat.c between version 1.60 and 1.61

version 1.60, 2002/03/06 00:23:27 version 1.61, 2002/03/06 00:24:39
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 1999, 2000, 2001 Markus Friedl.  All rights reserved.   * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl.  All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions   * modification, are permitted provided that the following conditions
Line 73 
Line 73 
                 { "OpenSSH_2.5.0*,"                  { "OpenSSH_2.5.0*,"
                   "OpenSSH_2.5.1*,"                    "OpenSSH_2.5.1*,"
                   "OpenSSH_2.5.2*",     SSH_OLD_DHGEX|SSH_BUG_NOREKEY },                    "OpenSSH_2.5.2*",     SSH_OLD_DHGEX|SSH_BUG_NOREKEY },
                 { "OpenSSH_2.5.3*",                  { "OpenSSH_2.5.3*",     SSH_BUG_NOREKEY },
                                         SSH_BUG_NOREKEY },                  { "Sun_SSH_1.0*",       SSH_BUG_NOREKEY },
                 { "OpenSSH*",           0 },                  { "OpenSSH*",           0 },
                 { "*MindTerm*",         0 },                  { "*MindTerm*",         0 },
                 { "2.1.0*",             SSH_BUG_SIGBLOB|SSH_BUG_HMAC|                  { "2.1.0*",             SSH_BUG_SIGBLOB|SSH_BUG_HMAC|

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61