summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-14 13:24:06 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-14 13:24:06 +0000
commit5f524accc10c2e4a5b39ff54283fbe6fcd3f064d (patch)
treef21b8a30f28d12d7f7defcfc3656f9f0d0a03334 /util
parent451e60e99f03298c02a1570d0f167a566e57a974 (diff)
Get the Rijndael function declarations.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 07bf4103ea..e9e21caa75 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -175,6 +175,7 @@ $crypto.=" crypto/mdc2/mdc2.h" unless $no_mdc2;
$crypto.=" crypto/sha/sha.h" unless $no_sha;
$crypto.=" crypto/ripemd/ripemd.h" unless $no_ripemd;
$crypto.=" crypto/rijndael/rijndael.h" unless $no_rijndael;
+$crypto.=" crypto/rijndael/rd_fst.h" unless $no_rijndael;
$crypto.=" crypto/bn/bn.h";
$crypto.=" crypto/rsa/rsa.h" unless $no_rsa;