I built the intel-accel-1.4 engine under a FreeBSD variant.  However, when I 
specify its use on the command:

env OPENSSL_ENGINES=`pwd` openssl speed -evp rc4 -engine intel-accel

gdb shows me that the RC4 function from libcrypto.so is getting used - not the 
one from the libintel-accel.so.  If I rename it to intel_RC4, it gets called as 
expected.  This happens for all functions with in the libintel-accel.so library 
that are duplicates of functions found in the standard openssl libraries.


Shouldn't loading the engine "redirect" the engine-implemented routines to the 
engine functions?  What am I doing wrong?

Thanks.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to