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