summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshkey-xmss.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/sshkey-xmss.c')
-rw-r--r--usr.bin/ssh/sshkey-xmss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshkey-xmss.c b/usr.bin/ssh/sshkey-xmss.c
index ee69faf1a7a..d3acf5739b6 100644
--- a/usr.bin/ssh/sshkey-xmss.c
+++ b/usr.bin/ssh/sshkey-xmss.c
@@ -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 @@ sshkey_xmss_update_state(const struct sshkey *k, int printerror)
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;