2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Temporary fixed pkcs11-destroy usage check. [RT #20760]

This commit is contained in:
Francis Dupont
2010-01-13 21:19:52 +00:00
parent 83cb3e7624
commit 6ff7cd9fa5
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
2839. [bug] Temporary fixed pkcs11-destroy usage check.
[RT #20760]
2838. [bug] A KSK revoked by named could not be deleted.
[RT #20881]

View File

@@ -38,7 +38,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/* $Id: pkcs11-destroy.c,v 1.7 2009/10/26 23:36:53 each Exp $ */
/* $Id: pkcs11-destroy.c,v 1.8 2010/01/13 21:19:52 fdupont Exp $ */
/* pkcs11-destroy [-m module] [-s $slot] [-i $id | -l $label] [-p $pin] */
@@ -124,7 +124,7 @@ main(int argc, char *argv[])
}
}
if (errflg || (!id && (label != NULL))) {
if (errflg || (id && (label != NULL))) {
fprintf(stderr, "Usage:\n");
fprintf(stderr, "\tpkcs11-destroy [-m module] [-s slot] "
"[-i id | -l label] [-p pin]\n");