summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-10-15 13:22:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-10-15 13:22:26 +0000
commit7e9cfcd0dc72eeb4edc9b4846ffa92ff4739aa9b (patch)
treeb25de9e2d31a5b5dcb95aeb436d664bb55d946d7 /util
parenta99ce1f5b12a72285aa1bd05db61912cd0f925bf (diff)
Recognise no-rsax option.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 1 insertions, 0 deletions
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,