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

Diff for /src/usr.bin/ssh/xmss_commons.c between version 1.1 and 1.2

version 1.1, 2018/02/23 15:58:38 version 1.2, 2018/02/26 03:56:44
Line 1 
Line 1 
   /* $OpenBSD$ */
 /*  /*
 xmss_commons.c 20160722  xmss_commons.c 20160722
 Andreas Hülsing  Andreas Hülsing
Line 24 
Line 25 
   size_t i;    size_t i;
   for (i = 0; i < len; i++)    for (i = 0; i < len; i++)
     printf("%02x", a[i]);      printf("%02x", a[i]);
 }  
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2