[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.29 and 1.30

version 1.29, 2018/09/13 02:08:33 version 1.30, 2018/09/14 04:17:44
Line 122 
Line 122 
 #define ED25519_PK_SZ   crypto_sign_ed25519_PUBLICKEYBYTES  #define ED25519_PK_SZ   crypto_sign_ed25519_PUBLICKEYBYTES
   
 struct sshkey   *sshkey_new(int);  struct sshkey   *sshkey_new(int);
 struct sshkey   *sshkey_new_private(int); /* XXX garbage collect */  
 void             sshkey_free(struct sshkey *);  void             sshkey_free(struct sshkey *);
 int              sshkey_equal_public(const struct sshkey *,  int              sshkey_equal_public(const struct sshkey *,
     const struct sshkey *);      const struct sshkey *);

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30