<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div dir="ltr" id="yui_3_16_0_1_1427225179718_2833">        time_t t;<br style="" class="">        time(&t);<br style="" class=""><br style="" class="">        ASN1_TIME *tmptm = ASN1_TIME_new();<br style="" class="">        X509_gmtime_adj(tmptm, 0);<br style="" class=""><br style="" class="">        // ? With 0.9.8, the return value ret = 1 <br style="" class="">        // ? With 1.0.2, the return value ret = -1<br style="" class="">        int ret = ASN1_UTCTIME_cmp_time_t(tmptm, t);<br></div><div style="" class="" dir="ltr" id="yui_3_16_0_1_1427225179718_2833"><br></div><div style="" class="" dir="ltr">0.9.8 and 1.0.2 return different values. Is this as expected?</div><div id="yui_3_16_0_1_1427225179718_3001" style="" class="" dir="ltr"><br></div><div id="yui_3_16_0_1_1427225179718_3002" style="" class="" dir="ltr">Regards,<br style="" class=""></div></div></body></html>