[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.26 and 1.27

version 1.26, 2018/07/03 13:20:25 version 1.27, 2018/09/12 01:31:30
Line 96 
Line 96 
         struct sshbuf   *critical;          struct sshbuf   *critical;
         struct sshbuf   *extensions;          struct sshbuf   *extensions;
         struct sshkey   *signature_key;          struct sshkey   *signature_key;
           char            *signature_type;
 };  };
   
 /* XXX opaquify? */  /* XXX opaquify? */

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