openssl/openssl

use exisiting openssl wrapper script instead to invent wheel

已關閉

#23,167 建立於 2023年12月29日

 (4 則留言) (0 個反應) (0 位負責人)C (11,262 個分叉)batch import
help wantedtriaged: bugtriaged: feature

倉庫指標

星標
 (30,157 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南