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

Diff for /src/usr.bin/ssh/myproposal.h between version 1.2 and 1.3

version 1.2, 2000/05/08 17:12:15 version 1.3, 2000/05/25 20:45:20
Line 6 
Line 6 
 #define KEX_DEFAULT_LANG        ""  #define KEX_DEFAULT_LANG        ""
   
   
 static const char *myproposal[PROPOSAL_MAX] = {  static char *myproposal[PROPOSAL_MAX] = {
         KEX_DEFAULT_KEX,          KEX_DEFAULT_KEX,
         KEX_DEFAULT_PK_ALG,          KEX_DEFAULT_PK_ALG,
         KEX_DEFAULT_ENCRYPT,          KEX_DEFAULT_ENCRYPT,

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3