added strictcrlpolicy command line argument

This commit is contained in:
Andreas Steffen 2006-06-14 12:43:51 +00:00
parent 03442041a9
commit 311b225740
1 changed files with 5 additions and 1 deletions

View File

@ -109,7 +109,11 @@ starter_start_charon (starter_config_t *cfg, bool debug)
{
arg[argc++] = "--use-syslog";
}
if (cfg->setup.strictcrlpolicy)
{
arg[argc++] = "--strictcrlpolicy";
}
if (_charon_pid)
{
plog("starter_start_charon(): charon already started...");