Recognise no-rsax option.
This commit is contained in:
parent
a99ce1f5b1
commit
7e9cfcd0dc
1 changed files with 1 additions and 0 deletions
|
@ -1130,6 +1130,7 @@ sub read_options
|
|||
"no-gost" => \$no_gost,
|
||||
"no-engine" => \$no_engine,
|
||||
"no-hw" => \$no_hw,
|
||||
"no-rsax" => 0,
|
||||
"just-ssl" =>
|
||||
[\$no_rc2, \$no_idea, \$no_des, \$no_bf, \$no_cast,
|
||||
\$no_md2, \$no_sha, \$no_mdc2, \$no_dsa, \$no_dh,
|
||||
|
|
Loading…
Reference in a new issue