X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=util%2Fmkdef.pl;h=071036a6d2caf6b67540cc16399512f12626a86b;hp=9243c0bb6151b2e02be7927d641f05edffe3c6df;hb=6f9079fd505c28961049a732e33e662530bdad21;hpb=c938563a81d48e1d23bddcf9283d4961794db132 diff --git a/util/mkdef.pl b/util/mkdef.pl index 9243c0bb61..071036a6d2 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -208,8 +208,7 @@ $crypto.=" crypto/md5/md5.h" ; # unless $no_md5; $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_aes; -$crypto.=" crypto/rijndael/rd_fst.h" ; # unless $no_aes; +$crypto.=" crypto/aes/aes.h" ; # unless $no_aes; $crypto.=" crypto/bn/bn.h"; $crypto.=" crypto/rsa/rsa.h" ; # unless $no_rsa;