From: Richard Levitte Date: Tue, 14 Nov 2000 13:24:06 +0000 (+0000) Subject: Get the Rijndael function declarations. X-Git-Tag: OpenSSL_0_9_6a-beta1~107^2~186 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5f524accc10c2e4a5b39ff54283fbe6fcd3f064d;p=oweals%2Fopenssl.git Get the Rijndael function declarations. --- 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;