Revision 6c07db48
Added by Phil Davis about 10 years ago
usr/local/www/system_certmanager.php | ||
---|---|---|
464 | 464 |
// $subject_mismatch = true; |
465 | 465 |
// } |
466 | 466 |
// } |
467 |
$mod_csr = csr_get_modulus($pconfig['csr'], false);
|
|
467 |
$mod_csr = csr_get_modulus($pconfig['csr'], false);
|
|
468 | 468 |
$mod_cert = cert_get_modulus($pconfig['cert'], false); |
469 | 469 |
|
470 | 470 |
if (strcmp($mod_csr, $mod_cert)) { |
Also available in: Unified diff
Code spacing
and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.