RE: Warning in sha.h not able to use on HP-UX.

2006-09-14 Thread Marek Marcola
Hello, > First I would like to thank you very much. > I just tested if I can use uint64_. I think I can use it. So Instead of > unsigned long long can I use uint64_t? Yes, sha512 requires unsigned 64-bit integer. Best regards, -- Marek Marcola <[EMAIL PROTECTED]> __

RE: Warning in sha.h not able to use on HP-UX.

2006-09-14 Thread Bhat, Jayalakshmi Manjunath
: Thursday, September 14, 2006 3:28 PM To: openssl-users@openssl.org Subject: Re: Warning in sha.h not able to use on HP-UX. Hello, > I have ported OPENSSL on VxWorks (host is HP-UX and target is VxWorks) > I want to use SHA-512, When I compile I am getting the following > warnings > >

Re: Warning in sha.h not able to use on HP-UX.

2006-09-14 Thread Marek Marcola
Hello, > I have ported OPENSSL on VxWorks (host is HP-UX and target is VxWorks) > I want to use SHA-512, When I compile I am getting the following > warnings > > h/openssl/sha.h:179: warning: ANSI C does not support `long long' > h/openssl/sha.h:180: warning: ANSI C does not support `long long' >