https://bugs.contribs.org/show_bug.cgi?id=8685

--- Comment #9 from Terry Fage <[email protected]> ---
from John

It's here
include/openssl_functions.php

        sscanf(CA_cert_startdate($a[3]),"%s %s %s %s", $mm,$dd,$tt,$yy);
        $db['issued'] = strftime("%Y-%b-%d", strtotime("$yy-$mm-$dd"));

        sscanf(CA_cert_enddate($a[3]), "%s %s %s %s",$mm,$dd,$tt,$yy);
        $db['expires'] = strftime("%Y-%b-%d", strtotime("$yy-$mm-$dd"));


Check the OLD version and you will find the second sscanf statement is half
missing

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to