ben> which, unless I'm losing it, calculates the offset in minutes. But it
ben> should be in seconds, so the line below:
ben> 
ben>    X509_gmtime_adj(&atm,-offset);
ben> 
ben> should be:
ben> 
ben>    X509_gmtime_adj(&atm,-offset*60);
ben> 
ben> no?

Looks like you're quite right.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-161 43  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis             -- [EMAIL PROTECTED]

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to