[steve - Thu Jul 20 18:12:32 2006]:

> 
> Oops, mea culpa on that. I changed it from the old EVP_Sign*() interface
> to EVP_DigestSign(). The old one was unsigned int * for the sig length
> the new one (in line with other things) uses size_t *.
> 
> Which causes problems is sizeof(size_t) == sizeof(unsigned int).
> 

Of course I mean "if sizeof(size_t) != sizeof(unsigned int)".

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

Reply via email to