openssl/openssl

use exisiting openssl wrapper script instead to invent wheel

オープン

#23,167 opened on 2023/12/29

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)C (11,262 件のフォーク)batch import
help wantedtriaged: bugtriaged: feature

Repository metrics

Stars
 (30,157 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Some shell scripts use shell variable set to openssl command. The exisiting shell code does not allow commend override as is OPENSSL=openssl instead for instance OPENSSL=${OPENSSL-openssl}.

Now I note that new code uses function with body LD_LIBRARY_PATH=.... .../openssl $@ ! Opps but this is not portable!

Please use exisiting script util/opensslwrap.sh instead to invent wheel.

コントリビューターガイド