<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>openssh compile errors on hpux 11.00</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>OS: hpux 11.00 800, with native cc and with gcc-3.0.1</FONT>
<BR><FONT SIZE=2>openssh ver: 2.9p2</FONT>
<BR><FONT SIZE=2>openssl: 0.9.7 (snapshot)</FONT>
</P>

<P><FONT SIZE=2>getting errors on cipher.c:</FONT>
<BR><FONT SIZE=2>error 1718: Types are not assignment-compatible. </FONT>
<BR><FONT SIZE=2>warning 563: Argument #2 is not the correct type.</FONT>
</P>

<P><FONT SIZE=2>argument 2 happens to be: cc-&gt;u.des.key (or a variation..)</FONT>
<BR><FONT SIZE=2>its expecting it to be des_key_schedule, which cc-&gt;u.des.key is!!</FONT>
</P>

<P><FONT SIZE=2>i know i need patches for libc on hpux, but this error comes up on openssh 2.5.2, 2.9p1 and 2.9p2...</FONT>
</P>

<P><FONT SIZE=2>is gcc not type checking pointers as well as hpux's native cc?&nbsp; anybody else see this problem on hpux? or is this from using the 0.9.7 snapshot..&nbsp; only reason i was using openssl snapshot was for the shared lib support that is much improved with out patches to openssl 0.9.6x</FONT></P>

</BODY>
</HTML>