将构思模块添加到openssl

时间:2011-01-07 04:44:51

标签: encryption openssl

我试图在openssl中使用idea加密模块。在安装openssl之后,在列出密码命令时,IDEA在那里不存在。源确实包含crypto文件夹中的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..

在运行make all命令时,我收到以下消息

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添加构思支持的任何帮助都将非常感激。

1 个答案:

答案 0 :(得分:1)

也许您可以尝试遵循this link中的建议,即MAKE_IDEA variable must be set in make.conf.