On Tue, Feb 26, 2008 at 8:12 AM, Peter Stuge <[EMAIL PROTECTED]> wrote: > On Tue, Feb 26, 2008 at 07:18:47AM +0100, Andreas Jellinghaus wrote: > > Am Montag, 25. Februar 2008 23:49:37 schrieb Douglas E. Engert: > > > pkcs15-prkey-rutoken.c also has problems with u_int32_t, > > > unsigned int might be a beter choice. > > > > unsigned int is a 64 bit number on 64bit architectures? > > No. unsigned long would be. long follows the arch word length.
I am not sure what you call "arch". On a same AMD64 system: long is 64-bits on Linux and Mac OS X long is 32-bits on Windows Windows is LLP64 but Linux and Mac OS X are LP64. See [1]. I don't know the situation for Solaris or other Unixes. Bye [1] http://en.wikipedia.org/wiki/64-bit -- Dr. Ludovic Rousseau _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel