summaryrefslogtreecommitdiff
path: root/tools/credman.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-04-17 20:57:34 +0100
committerColin Watson <cjwatson@debian.org>2020-04-18 09:48:21 +0100
commitdf7226c4b684fd229dc046388225c69ded877721 (patch)
treee69014e1ee868c4ec178b8a36baae7de31786beb /tools/credman.c
parentf794345c2d734f593da8ed7754e5dbb5809c688d (diff)
parent75073d0a8478441cc97a6efa10b566c5fb1dac81 (diff)
Update upstream source from tag 'upstream/1.4.0'
Update to upstream version '1.4.0' with Debian dir 64889867df57bd13ea0cb964223697d378d391ce
Diffstat (limited to 'tools/credman.c')
-rw-r--r--tools/credman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/credman.c b/tools/credman.c
index 08c9eb8..6eda245 100644
--- a/tools/credman.c
+++ b/tools/credman.c
@@ -37,7 +37,7 @@ credman_get_metadata(fido_dev_t *dev, const char *path)
37 37
38 printf("existing rk(s): %u\n", 38 printf("existing rk(s): %u\n",
39 (unsigned)fido_credman_rk_existing(metadata)); 39 (unsigned)fido_credman_rk_existing(metadata));
40 printf("possible rk(s): %u\n", 40 printf("remaining rk(s): %u\n",
41 (unsigned)fido_credman_rk_remaining(metadata)); 41 (unsigned)fido_credman_rk_remaining(metadata));
42 42
43 fido_credman_metadata_free(&metadata); 43 fido_credman_metadata_free(&metadata);