From: Dr. Stephen Henson Date: Sat, 15 Oct 2011 13:22:26 +0000 (+0000) Subject: Recognise no-rsax option. X-Git-Tag: OpenSSL_1_0_1-beta1~115 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7e9cfcd0dc72eeb4edc9b4846ffa92ff4739aa9b;p=oweals%2Fopenssl.git Recognise no-rsax option. --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 192e449ce4..c05697d8cd 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -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,