removed the call entirely?  that may not have been what you wanted to do.  sounds like you may have been using the .h files from the wrong version?<br><br><div class="gmail_quote">On Mon, Mar 9, 2009 at 12:54 PM, David W Blaine <span dir="ltr"><<a href="mailto:dblaine2@csc.com">dblaine2@csc.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><font size="2" face="sans-serif">Hi all,</font>
<br>
<br>
<br><font size="2" face="sans-serif">When I compile against OpenSSL 0.9.8j
+ OpenSSL-FIPS-1.2 module on Centos 4.7, I get an error in client.c:</font>
<br>
<br><font size="2" face="sans-serif">client.o(.text+0x1dd): In function `init_ssl':</font>
<br><font size="2" face="sans-serif">/tmp/stunnel-4.27/src/client.c:333:
undefined reference to `FIPS_set_prng_key'</font>
<br><font size="2" face="sans-serif">collect2: ld returned 1 exit status</font>
<br><font size="2" face="sans-serif">make[1]: *** [stunnel] Error 1</font>
<br><font size="2" face="sans-serif">make[1]: Leaving directory `/tmp/stunnel-4.27/src'</font>
<br><font size="2" face="sans-serif">make: *** [all-recursive] Error 1</font>
<br>
<br>
<br><font size="2" face="sans-serif">It seems this call is related to a bug
in OpenSSL-FIPS-1.1.1 module according to the comments.</font>
<br>
<br><font size="2" face="sans-serif">Checking the references in the includes
for both OpenSSL 0.9.8j and OpenSSL-FIPS-1.2, I found that the call should
be "fips_set_prng_key" with 3 arguments (the above requires only
2).</font>
<br>
<br><font size="2" face="sans-serif">So based on the comments, I removed
it and I was able to successfully compile and install. Not sure if that
is the right thing to do???</font>
<br>
<br>
<br><font size="2" face="sans-serif">Dave</font><br>_______________________________________________<br>
stunnel-users mailing list<br>
<a href="mailto:stunnel-users@mirt.net">stunnel-users@mirt.net</a><br>
<a href="http://stunnel.mirt.net/mailman/listinfo/stunnel-users" target="_blank">http://stunnel.mirt.net/mailman/listinfo/stunnel-users</a><br>
<br></blockquote></div><br>