mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
add include <config.h>, and update comments to use the new names
This commit is contained in:
parent
3351ccbd5c
commit
0e32dda176
3 changed files with 10 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue