[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.7 and 1.8

version 1.7, 2000/04/04 15:19:42 version 1.8, 2000/04/07 09:17:39
Line 58 
Line 58 
         size_t len;          size_t len;
         static const char *check[] = {          static const char *check[] = {
                 "2.0.1",                  "2.0.1",
                 "2.1.0.beta.9",                  "2.1.0",
                 "2.1.0.pre.3",  
                 "2.1.0.public.beta.1",  
                 NULL                  NULL
         };          };
         for (i = 0; check[i]; i++) {          for (i = 0; check[i]; i++) {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8