Hi all, I´m adapting a PKCS#11 module for using it on Ubuntu Feisty. I had it perfectly working on Ubuntu Dapper, but when I compile it (using g++ 4.1.2-0ubuntu4 and Kdevelop 3.5.6) and compiler reaches to the call EVP_idea_cbc(), it shows me this error: 'EVP_idea_cbc' was not declared in this scope. I´ve looked at evp.h file and I found that:
#ifndef OPENSSL_NO_IDEA ... const EVP_CIPHER *EVP_idea_cbc(void); ... #endif ¿Is possible that constant OPENSSL_NO_IDEA could be pre-defined? ¿Somebody could help me to solve this issue? Thanks for your time. Jesús el tuty. -- View this message in context: http://www.nabble.com/Compilation-error-using-Openssl-0.9.8c-in-Ubuntu-Feisty-tf4067172.html#a11556998 Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]