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

Diff for /src/usr.bin/ssh/sshkey.h between version 1.55 and 1.56

version 1.55, 2022/10/28 00:37:24 version 1.56, 2022/10/28 00:39:29
Line 165 
Line 165 
         int (*equal)(const struct sshkey *, const struct sshkey *);          int (*equal)(const struct sshkey *, const struct sshkey *);
         int (*serialize_public)(const struct sshkey *, struct sshbuf *,          int (*serialize_public)(const struct sshkey *, struct sshbuf *,
             const char *, enum sshkey_serialize_rep);              const char *, enum sshkey_serialize_rep);
           int (*generate)(struct sshkey *, int);  /* optional */
 };  };
   
 struct sshkey_impl {  struct sshkey_impl {

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56