Get the Rijndael function declarations.
authorRichard Levitte <levitte@openssl.org>
Tue, 14 Nov 2000 13:24:06 +0000 (13:24 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 14 Nov 2000 13:24:06 +0000 (13:24 +0000)
util/mkdef.pl

index 07bf4103ea8c4d4c4bf33f33703d1f8e1a235088..e9e21caa759297c601017b8c957b20a84cbece52 100755 (executable)
@@ -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;