我正在尝试使用openssl中的idea加密模块。在安装openssl之后,虽然列出了cipher命令,但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..在运行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'任何关于如何将idea支持添加到openssl的帮助都将不胜感激。
发布于 2011-01-07 12:57:16
也许您可以尝试遵循MAKE_IDEA variable must be set in make.conf.中的this link建议
https://stackoverflow.com/questions/4622581
复制相似问题