summaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-14 10:51:00 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-14 10:51:00 +0000
commit993ea851f56b022feaa41308093792cb3a609a48 (patch)
treed98762809e1b695429ac7cf10813c092cb6761e2 /util/mk1mf.pl
parent305db17b5f98d2a24eb3e959a041ee3333290bd6 (diff)
Add Rijndael as things to look through.
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 2d92dc5f7d..ccdeb56c57 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -872,6 +872,7 @@ sub read_options
elsif (/^no-dsa$/) { $no_dsa=1; }
elsif (/^no-dh$/) { $no_dh=1; }
elsif (/^no-hmac$/) { $no_hmac=1; }
+ elsif (/^no-rijndael$/) { $no_rijndael=1; }
elsif (/^no-asm$/) { $no_asm=1; }
elsif (/^nasm$/) { $nasm=1; }
elsif (/^gaswin$/) { $gaswin=1; }