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

Diff for /src/usr.bin/ssh/readconf.h between version 1.132 and 1.133

version 1.132, 2020/01/23 02:46:49 version 1.133, 2020/04/03 02:27:12
Line 200 
Line 200 
 #define SSH_STRICT_HOSTKEY_ASK  3  #define SSH_STRICT_HOSTKEY_ASK  3
   
 const char *kex_default_pk_alg(void);  const char *kex_default_pk_alg(void);
   char    *ssh_connection_hash(const char *thishost, const char *host,
       const char *portstr, const char *user);
 void     initialize_options(Options *);  void     initialize_options(Options *);
 void     fill_default_options(Options *);  void     fill_default_options(Options *);
 void     fill_default_options_for_canonicalization(Options *);  void     fill_default_options_for_canonicalization(Options *);

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133