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

Diff for /src/usr.bin/ssh/ssh_api.c between version 1.25 and 1.26

version 1.25, 2021/01/27 09:26:54 version 1.26, 2021/01/27 10:05:28
Line 56 
Line 56 
 DH      *mm_choose_dh(int, int, int);  DH      *mm_choose_dh(int, int, int);
 #endif  #endif
   
 /* Define these two variables here so that they are part of the library */  
 u_char *session_id2 = NULL;  
 u_int session_id2_len = 0;  
   
 int  int
 mm_sshkey_sign(struct sshkey *key, u_char **sigp, u_int *lenp,  mm_sshkey_sign(struct sshkey *key, u_char **sigp, u_int *lenp,
     const u_char *data, u_int datalen, const char *alg,      const u_char *data, u_int datalen, const char *alg,

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26