]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use %u instead of %i
authorMark Andrews <marka@isc.org>
Wed, 14 Feb 2018 07:18:12 +0000 (18:18 +1100)
committerMark Andrews <marka@isc.org>
Fri, 16 Feb 2018 04:26:00 +0000 (15:26 +1100)
bin/pkcs11/pkcs11-list.c
util/copyrights

index 4ef6a7a62dcbdbd00191ed911ee4dba30633f265..34820717ad0a3d80f2d99d691b8e9b948fd96531 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2015  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2015, 2018  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -133,7 +133,7 @@ main(int argc, char *argv[]) {
                printf("slot %lu\n", slot);
 
        if (id) {
-               printf("id %i\n", id);
+               printf("id %u\n", id);
                attr_id[0] = (id >> 8) & 0xff;
                attr_id[1] = id & 0xff;
        } else if (label != NULL) {
index 1de1e6ac924de927c6a2abbecf7360fd28a1e208..b3741af5f10aeb139929167fe8a825be947f9b9e 100644 (file)
 ./bin/pkcs11/pkcs11-keygen.docbook             SGML    2009,2014,2015,2016,2017
 ./bin/pkcs11/pkcs11-keygen.html                        HTML    DOCBOOK
 ./bin/pkcs11/pkcs11-list.8                     MAN     DOCBOOK
-./bin/pkcs11/pkcs11-list.c                     X       2009,2014,2015
+./bin/pkcs11/pkcs11-list.c                     X       2009,2014,2015,2018
 ./bin/pkcs11/pkcs11-list.docbook               SGML    2009,2014,2015,2016
 ./bin/pkcs11/pkcs11-list.html                  HTML    DOCBOOK
 ./bin/pkcs11/pkcs11-tokens.8                   MAN     DOCBOOK