For some reason reference to libcrypto appears twice while executing "ldd". Why? does the binary selects the second instance of libcrypto?
root# ldd openssl | grep libcrypto
libcrypto.so.1.0.0 => /server/lib/libcrypto.so.1.0.0
libcrypto.so.1.0.0 => /lib/libcrypto.so.1.0.0