0
私はopensslでidea暗号化モジュールを使用しようとしていました。 opensslをインストールした後、cipherコマンドをリストしている間に、IDEAはそこに存在しませんでした。ソースには、暗号フォルダ内のアイデアフォルダが含まれています。設定時に次のメッセージが私には、OpenSSLにアイデアのサポートを追加する方法上の任意のヘルプははるかになり、次のメッセージopensslにアイデアモジュールを追加
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'
を得たすべてのコマンドをmakeを実行しながら、アイデア
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..
の設定に対応する端末に表示されます感謝。
あるthis linkで提案、次試すことができますか? – primpap
opensslビルドは、特別な設定をしていない私のLinuxボックスでアイデアを構築します。私はmake.confが古いソースでなければならないと考えています – Raghuram
どうして私はopensslにアイデアモジュールを含めるのですか? – primpap