]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add include <config.h>, and update comments to use the new names
authorEvan Hunt <each@isc.org>
Thu, 17 Sep 2009 23:46:34 +0000 (23:46 +0000)
committerEvan Hunt <each@isc.org>
Thu, 17 Sep 2009 23:46:34 +0000 (23:46 +0000)
bin/pkcs11/pkcs11-destroy.c
bin/pkcs11/pkcs11-keygen.c
bin/pkcs11/pkcs11-list.c

index e7068e4d6231aaff906e3054f83356eb83acd241..a6a663dcb55681c399085882d79c69752b0c94a2 100644 (file)
@@ -1,4 +1,6 @@
-/* destroyobj [-s $slot] [-i $id | -l $label] [-p $pin] */
+/* pkcs11-destroy [-s $slot] [-i $id | -l $label] [-p $pin] */
+
+#include <config.h>
 
 #include <stdio.h>
 #include <stdlib.h>
index 45a9e3cd68eda8baaa9882364531726bf5aaece6..72e3afd4e645a6d7b2f41591482fce5a581c1d50 100644 (file)
@@ -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 <config.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
index 3fb6eaa80f2c1482b16b643a47cce05b379b339b..2abb56afdb373ccac1bca08d81a70c5c20eb41f1 100644 (file)
@@ -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 <config.h>
 
 #include <stdio.h>
 #include <stdlib.h>