From: Evan Hunt Date: Thu, 17 Sep 2009 23:46:34 +0000 (+0000) Subject: add include , and update comments to use the new names X-Git-Tag: v9.7.0b1~142 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0e32dda1768312e55d612246e51685bb2d450207;p=thirdparty%2Fbind9.git add include , and update comments to use the new names --- diff --git a/bin/pkcs11/pkcs11-destroy.c b/bin/pkcs11/pkcs11-destroy.c index e7068e4d623..a6a663dcb55 100644 --- a/bin/pkcs11/pkcs11-destroy.c +++ b/bin/pkcs11/pkcs11-destroy.c @@ -1,4 +1,6 @@ -/* destroyobj [-s $slot] [-i $id | -l $label] [-p $pin] */ +/* pkcs11-destroy [-s $slot] [-i $id | -l $label] [-p $pin] */ + +#include #include #include diff --git a/bin/pkcs11/pkcs11-keygen.c b/bin/pkcs11/pkcs11-keygen.c index 45a9e3cd68e..72e3afd4e64 100644 --- a/bin/pkcs11/pkcs11-keygen.c +++ b/bin/pkcs11/pkcs11-keygen.c @@ -1,4 +1,4 @@ -/* genkey - pkcs11 rsa key generator +/* pkcs11-keygen - pkcs11 rsa key generator * * create RSASHA1 key in the keystore of an SCA6000 * The calculation of key tag is left to the script @@ -6,10 +6,12 @@ * it into a zone file. * * usage: - * genkey [-P] [-s slot] -b keysize -l label [-p pin] + * pkcs11-keygen [-P] [-s slot] -b keysize -l label [-p pin] * */ +#include + #include #include #include diff --git a/bin/pkcs11/pkcs11-list.c b/bin/pkcs11/pkcs11-list.c index 3fb6eaa80f2..2abb56afdb3 100644 --- a/bin/pkcs11/pkcs11-list.c +++ b/bin/pkcs11/pkcs11-list.c @@ -1,4 +1,6 @@ -/* listobjs [-P] [-s slot] [-i $id | -l $label] [-p $pin] */ +/* pkcs11-list [-P] [-s slot] [-i $id | -l $label] [-p $pin] */ + +#include #include #include