[pycrypto] Building pycrypto on HP-UX 11.31

Andrew Cooper andyhhp at gmail.com
Wed Feb 20 15:57:36 PST 2013


On 20/02/2013 14:14, Adam Woodbeck wrote:
> Has anyone successfully built pycrypto 2.6 on HP-UX 11.31?  I'm having
> a slight struggle with the build process, the latest of which are the
> following errors:
>
> "src/hash_SHA2.h", line 91: error #2020: identifier "U32" is undefined
>   typedef U32 sha2_word_t;
>
> "src/hash_SHA2_template.c", line 175: error #2020: identifier "U8" is
> undefined
>   hash_update (hash_state *self, const U8 *buf, int len)
>
> 2 errors detected in the compilation of "src/SHA256.c".
>
> Any advice would be appreciated.
>
> Sincerely,
> Adam

Probably worth using uint32_t and uint8_t respectively, as they
substantially more standard than U32 and U8 in the world of C.

~Andrew

>
>
> _______________________________________________
> pycrypto mailing list
> pycrypto at lists.dlitz.net
> http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dlitz.net/pipermail/pycrypto/attachments/20130220/16b034ab/attachment.html>


More information about the pycrypto mailing list