summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrrelyea%redhat.com <devnull@localhost>2009-03-29 19:04:31 +0000
committerrrelyea%redhat.com <devnull@localhost>2009-03-29 19:04:31 +0000
commit9edd566930ff90108fdd62362fa86e56caf50846 (patch)
tree1240b0b2d71b00d51ec99b120bc75f2e4d108ea3
parentdf010ecfd401669f90b3f7081da7659594bbb2c0 (diff)
downloadnss-hg-9edd566930ff90108fdd62362fa86e56caf50846.tar.gz
Backing out previous change. the were supposed to be sent to a branch, not the tip
-rw-r--r--security/nss/cmd/lib/pk11table.c8
-rw-r--r--security/nss/cmd/lib/pk11table.h1
2 files changed, 0 insertions, 9 deletions
diff --git a/security/nss/cmd/lib/pk11table.c b/security/nss/cmd/lib/pk11table.c
index 84d9e09ee..c233fd80d 100644
--- a/security/nss/cmd/lib/pk11table.c
+++ b/security/nss/cmd/lib/pk11table.c
@@ -1265,14 +1265,6 @@ const Commands _commands[] = {
" value 32 bit value to set in the template\n",
{ArgAttribute, ArgULong, ArgULong, ArgNone, ArgNone,
ArgNone, ArgNone, ArgNone, ArgNone, ArgNone }},
- {"SetTemplateString", F_SetTemplateString,
-"SetTemplateString template index value\n\n"
-"Sets a particular element of a template to a string value\n"
-" template variable name of the template\n"
-" index index into the template to the element to change\n"
-" value UTF8 string\n",
- {ArgAttribute, ArgULong, ArgVar, ArgNone, ArgNone,
- ArgNone, ArgNone, ArgNone, ArgNone, ArgNone }},
{"SetString", F_SetStringVar,
"SetString varName string\n\n"
"Sets a particular variable to a string value\n"
diff --git a/security/nss/cmd/lib/pk11table.h b/security/nss/cmd/lib/pk11table.h
index ad751416b..8a2f4d592 100644
--- a/security/nss/cmd/lib/pk11table.h
+++ b/security/nss/cmd/lib/pk11table.h
@@ -21,7 +21,6 @@ typedef enum {
F_NewMechanism,
F_BuildTemplate,
F_SetTemplate,
- F_SetTemplateString,
F_Print,
F_SaveVar,
F_RestoreVar,