Encryption 将idea模块添加到openssl

Encryption 将idea模块添加到openssl,encryption,openssl,Encryption,Openssl,我试图在openssl中使用idea加密模块。在安装openssl之后,虽然列出了密码命令,但这里并没有IDEA。源文件的加密文件夹中确实包含idea文件夹。配置时,在与配置idea相对应的终端中显示以下消息 making links in crypto/idea... make[2]: Entering directory `/home/primal/openssl-1.0.0c/crypto/idea' idea.h => ../../include/openssl/idea.h id

我试图在openssl中使用idea加密模块。在安装openssl之后,虽然列出了密码命令,但这里并没有IDEA。源文件的加密文件夹中确实包含idea文件夹。配置时,在与配置idea相对应的终端中显示以下消息

making links in crypto/idea...
make[2]: Entering directory `/home/primal/openssl-1.0.0c/crypto/idea'
idea.h => ../../include/openssl/idea.h
ideatest.c => ../../test/ideatest.c
make[2]: Leaving directory `/home/primal/openssl-1.0.0c/crypto/idea'
making links in crypto/bf..
在运行makeall命令时,我得到了以下消息

making all in crypto/idea...
make[2]: Entering directory `/home/primal/openssl-1.0.0c/crypto/idea'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/primal/openssl-1.0.0c/crypto/idea'

任何关于如何向openssl添加idea支持的帮助都将不胜感激。

也许您可以尝试遵循中的建议,即
MAKE\u idea变量必须在MAKE.conf中设置。

我在哪里查找MAKE.conf文件?在我的linux设备上使用idea构建openssl,无需特定配置。我认为make.conf必须用于较旧的Source,那么如何将idea模块包括到openssl中呢?