--- crypto/pkcs7/pk7_doit.c     10 Jul 2006 18:36:53 -0000      1.72
+++ crypto/pkcs7/pk7_doit.c     20 Jul 2006 15:19:58 -0000
@@ -829,7 +829,7 @@
-       unsigned int siglen;
+       size_t siglen;

Which causes problems is sizeof(size_t) == sizeof(unsigned int).

You mean !=, or in other words on 64-bit platforms.

Is there a compiler warning when compiling that file?

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

Reply via email to