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

Diff for /src/usr.bin/ssh/sshkey-xmss.c between version 1.11 and 1.12

version 1.11, 2021/04/03 06:18:41 version 1.12, 2022/10/28 00:39:29
Line 359 
Line 359 
 }  }
   
 int  int
 sshkey_xmss_generate_private_key(struct sshkey *k, u_int bits)  sshkey_xmss_generate_private_key(struct sshkey *k, int bits)
 {  {
         int r;          int r;
         const char *name;          const char *name;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12