INNER CODE UNIT · C
rev_type
Tongsuo-Project/Tongsuo · apps/ca.c:555
rev_type = (o - OPT_CRL_REASON) + REV_CRL_REASON;
break;
case OPT_ENGINE:
e = setup_engine(opt_arg(), 0);
break;
}
}
end_of_options:
/* Remaining args are files to certify. */
argc = opt_num_rest();
argv = opt_rest();
if ((conf = app_load_config_verbose(configfile, 1)) == NULL)
goto end;
if (configfile != default_config_file && !app_load_modules(conf))
goto end;