<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>I'm trying to make a new crypto engine.</p>
<p><br>
</p>
<p>Any application that tries to use my custom OpenSSL library that includes my engine gives me an error trying to find an external library for my new engine (it tries to locate /usr/lib/libhwrng.so, where hwrng is my engine), although if I run a "grep -R 'hwrng'
 . " in the install folder it finds references in the libcrypto.so .</p>
<p><br>
</p>
<p>I have done a "grep -R 'cryptodev' ." and it is referenced the same amount of times and in the same files.</p>
<p>What could I be missing that cryptodev is loaded "naturally" (it knows it's inside libcrypto.so), but engine hwrng is seen as being something totally external?</p>
<p><br>
</p>
<p>Cata</p>
</div>
</body>
</html>