I was compiling openssl 1.0.1l on Ubuntu 14.10, I used the following instructions to build the library.
./config
make -j4
But when I use it with libCURL, it gives me the following linker error:
libssl.a(ssl_algs.o): In function `SSL_library_init':
ssl_algs.c:(.text+0x1f): undefined reference to `EVP_idea_cbc'
Really wired. This version of openssl is working properly on other platform.
Any suggestions would be appreciated.
Thanks.