<div dir="ltr">On Mon, Apr 20, 2015 at 4:36 PM, Petr Spacek <span dir="ltr"><<a href="mailto:pspacek@redhat.com" target="_blank">pspacek@redhat.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
My problem was that it the check itself was testing openssl in / and not in<br>
/usr/local/ssl. The compilation later used /usr/local/ssl as it should so that<br>
was okay for me, just the check itself was bogus.<br>
<br>
Does it say 'RFC 5649 is supported' if you run configure script without<br>
--with-openssl=/usr/local/ssl ?<br></blockquote><div><br></div><div>I get:</div><div>checking OpenSSL EVP interface for AES key wrapping... RFC 3394 is not supported</div><div>checking OpenSSL EVP interface for AES key wrapping with pad... RFC 5649 is not supported</div><div><br></div><div>It uses the native version on my OS (OpenSSL 1.0.1f 6 Jan 2014).</div><div><br></div><div>Maybe the OPENSSL_PATH in m4/acx_openssl.m4 should be changed from "/usr/local" to "/usr/local/ssl"?</div><div><br></div><div>// Rickard</div></div></div></div>