<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<div class="moz-cite-prefix">On 20/02/2013 14:14, Adam Woodbeck
wrote:<br>
</div>
<blockquote
cite="mid:CAGkRLJpooHQvqx=vvbyg1Mgy+6yrnuvYoiGbtM7i7fYEqhN_Mw@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>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:<br>
<br>
<div style="margin-left:40px">
"src/hash_SHA2.h", line 91: error #2020: identifier "U32"
is undefined<br>
typedef U32 sha2_word_t;<br>
<br>
"src/hash_SHA2_template.c", line 175: error #2020:
identifier "U8" is undefined<br>
hash_update (hash_state *self, const U8 *buf, int len)<br>
<br>
2 errors detected in the compilation of "src/SHA256.c".<br>
</div>
<br>
</div>
Any advice would be appreciated.<br>
<br>
</div>
<div>Sincerely,<br>
</div>
Adam<br>
</div>
</blockquote>
<br>
Probably worth using uint32_t and uint8_t respectively, as they
substantially more standard than U32 and U8 in the world of C.<br>
<br>
~Andrew<br>
<br>
<blockquote
cite="mid:CAGkRLJpooHQvqx=vvbyg1Mgy+6yrnuvYoiGbtM7i7fYEqhN_Mw@mail.gmail.com"
type="cite">
<div dir="ltr">
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
pycrypto mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pycrypto@lists.dlitz.net">pycrypto@lists.dlitz.net</a>
<a class="moz-txt-link-freetext" href="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto</a>
</pre>
</blockquote>
<br>
</body>
</html>