Nothing really just thought that was how do it by reading the tac_plus.h file.<br>I&#39;m sure that the des library does support those functions. It is possible that I&#39;m not linking the des to tac_plus.h file correctly by just removing the comments around the #define arap_des.<br>

<br>Aaron<br><br><br><div class="gmail_quote">On Fri, Mar 11, 2011 at 16:37, john heasley <span dir="ltr">&lt;<a href="mailto:heas@shrubbery.net">heas@shrubbery.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Fri, Mar 11, 2011 at 11:33:21AM -0500, Aaron:<br>
<div class="im">&gt; solaris 10<br>
&gt; Not sure what setting I am missing.<br>
&gt; I&#39;ve set ARAP_DES in as a define and predictably get the following error.<br>
&gt; default_fn.c:35:22: arap_des.h: No such file or directory<br>
<br>
</div>i&#39;m not familiar with the arap stuff, but it requires a DES library with the<br>
functions<br>
    des_init(0);<br>
    des_setkey(secret);<br>
    des_endes(r_chal);<br>
    des_done();<br>
if you have that, you can probably just remove that include.<br>
<br>
what hardware are you using that uses arap?<br>
<div class="im"><br>
&gt; It has been awhile since I&#39;ve done (solaris 8) this but I cannot<br>
&gt; remember how I did it before.<br>
&gt;<br>
&gt; tia<br>
&gt;<br>
&gt; Aaron<br>
</div>&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL: &lt;<a href="http://www.shrubbery.net/pipermail/tac_plus/attachments/20110311/745e7227/attachment.html" target="_blank">http://www.shrubbery.net/pipermail/tac_plus/attachments/20110311/745e7227/attachment.html</a>&gt;<br>


&gt; _______________________________________________<br>
&gt; tac_plus mailing list<br>
&gt; <a href="mailto:tac_plus@shrubbery.net">tac_plus@shrubbery.net</a><br>
&gt; <a href="http://www.shrubbery.net/mailman/listinfo.cgi/tac_plus" target="_blank">http://www.shrubbery.net/mailman/listinfo.cgi/tac_plus</a><br>
</blockquote></div><br>