support of PKCS#11 init arguments required by NSS softoken, patch contributed by Robert Varga

This commit is contained in:
Andreas Steffen
2007-07-03 09:26:44 +00:00
parent 4979e85871
commit e0e6137dd3
8 changed files with 31 additions and 7 deletions
+5
View File
@@ -187,6 +187,11 @@ starter_start_pluto (starter_config_t *cfg, bool debug)
arg[argc++] = "--pkcs11module";
arg[argc++] = cfg->setup.pkcs11module;
}
if (cfg->setup.pkcs11initargs)
{
arg[argc++] = "--pkcs11initargs";
arg[argc++] = cfg->setup.pkcs11initargs;
}
if (cfg->setup.pkcs11keepstate)
{
arg[argc++] = "--pkcs11keepstate";