summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2009-03-29 19:04:24 +0000
committerrelyea%netscape.com <devnull@localhost>2009-03-29 19:04:24 +0000
commit860afaf78c1b701cd7927a9cd74a637af0dd42cc (patch)
tree12a17771bfcc8fc91a3d6b4b1f541d17dd80d8c5
parentaf9516ac60dabeb591bd9bec58d48ab2c3f25dd9 (diff)
downloadnss-hg-860afaf78c1b701cd7927a9cd74a637af0dd42cc.tar.gz
Fix mechanism command.
-rw-r--r--security/nss/cmd/lib/pk11table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/cmd/lib/pk11table.c b/security/nss/cmd/lib/pk11table.c
index f6686a890..f8d7f813c 100644
--- a/security/nss/cmd/lib/pk11table.c
+++ b/security/nss/cmd/lib/pk11table.c
@@ -1160,7 +1160,7 @@ const Commands _commands[] = {
"Create a new CK_MECHANISM object with type NULL paramters and specified type\n"
" varName variable name of the new mechansim\n"
" mechanismType CKM_ mechanism type value to set int the type field\n",
- {ArgMechanism|ArgOut, ArgULong, ArgNone, ArgNone, ArgNone,
+ {ArgVar|ArgNew, ArgULong, ArgNone, ArgNone, ArgNone,
ArgNone, ArgNone, ArgNone, ArgNone, ArgNone }},
{"BuildTemplate", F_BuildTemplate,
"BuildTemplate template\n\n"