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

Diff for /src/usr.bin/ssh/sshconnect.h between version 1.47 and 1.48

version 1.47, 2023/10/12 02:18:18 version 1.48, 2024/04/30 02:10:49
Line 24 
Line 24 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
   struct sshkey;
   
 typedef struct Sensitive Sensitive;  typedef struct Sensitive Sensitive;
 struct Sensitive {  struct Sensitive {
         struct sshkey   **keys;          struct sshkey   **keys;
Line 94 
Line 96 
 void     load_hostkeys_command(struct hostkeys *, const char *,  void     load_hostkeys_command(struct hostkeys *, const char *,
     const char *, const struct ssh_conn_info *,      const char *, const struct ssh_conn_info *,
     const struct sshkey *, const char *);      const struct sshkey *, const char *);
   
   int hostkey_accepted_by_hostkeyalgs(const struct sshkey *);

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48