From: Richard Levitte Date: Tue, 14 Nov 2000 10:51:00 +0000 (+0000) Subject: Add Rijndael as things to look through. X-Git-Tag: OpenSSL_0_9_6a-beta1~107^2~190 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=993ea851f56b022feaa41308093792cb3a609a48 Add Rijndael as things to look through. --- 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; } diff --git a/util/mkdef.pl b/util/mkdef.pl index f013c290e8..403f823676 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -76,7 +76,8 @@ my @known_platforms = ( "__FreeBSD__", "VMS", "WIN16", "WIN32", "WINNT", "PERL5", "NeXT" ); my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF", "CAST", "MD2", "MD4", "MD5", "SHA", "RIPEMD", - "MDC2", "RSA", "DSA", "DH", "HMAC", "FP_API" ); + "MDC2", "RSA", "DSA", "DH", "HMAC", "FP_API", + "RIJNDAEL" ); my $options=""; open(IN,"