首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >向openssl添加idea模块

向openssl添加idea模块
EN

Stack Overflow用户
提问于 2011-01-07 12:44:51
回答 1查看 1.3K关注 0票数 0

我正在尝试使用openssl中的idea加密模块。在安装openssl之后,虽然列出了cipher命令,但IDEA却不在那里。源代码包含加密文件夹中的idea文件夹。配置时,配置idea对应的终端显示如下消息

代码语言:javascript
复制
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命令时,我收到以下消息

代码语言:javascript
复制
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的帮助都将不胜感激。

EN

回答 1

Stack Overflow用户

发布于 2011-01-07 12:57:16

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

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/4622581

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档