=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshkey-xmss.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/ssh/sshkey-xmss.c 2021/03/06 20:36:31 1.10 +++ src/usr.bin/ssh/sshkey-xmss.c 2021/04/03 06:18:41 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: sshkey-xmss.c,v 1.10 2021/03/06 20:36:31 millert Exp $ */ +/* $OpenBSD: sshkey-xmss.c,v 1.11 2021/04/03 06:18:41 djm Exp $ */ /* * Copyright (c) 2017 Markus Friedl. All rights reserved. * @@ -584,7 +584,7 @@ goto done; } else if (idx != state->idx + 1) { PRINT("more than one signature happened: idx %u state %u", - idx, state->idx); + idx, state->idx); goto done; } state->idx = idx;