[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.10 and 1.11

version 1.10, 2021/03/06 20:36:31 version 1.11, 2021/04/03 06:18:41
Line 584 
Line 584 
                 goto done;                  goto done;
         } else if (idx != state->idx + 1) {          } else if (idx != state->idx + 1) {
                 PRINT("more than one signature happened: idx %u state %u",                  PRINT("more than one signature happened: idx %u state %u",
                       idx, state->idx);                      idx, state->idx);
                 goto done;                  goto done;
         }          }
         state->idx = idx;          state->idx = idx;

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