whitespace

This commit is contained in:
Ad Schellevis 2018-07-10 09:11:30 +02:00
parent 82c869df89
commit 1b9db2bf7d

View File

@ -1263,11 +1263,11 @@ EOD;
if (!empty($ph1ent['caref'])) {
$ca = lookup_ca($ph1ent['caref']);
if (!empty($ca)) {
$rightca = "";
$rightca = "";
foreach (cert_get_subject_array($ca['crt']) as $ca_field) {
$rightca .= "{$ca_field['a']}={$ca_field['v']}/";
}
$authentication .= "\n\trightca = \"/$rightca\"";
$authentication .= "\n\trightca = \"/$rightca\"";
}
}
$left_spec = $ep;