X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=util%2Fmkfiles.pl;h=45e9e24734ea510a7b0214e4c43f6c998408851c;hp=128ed39411ffaf287e2c1902edf419e03d852a51;hb=bb11c2824642d8263f664f19ca870d5e99ebd485;hpb=993ea851f56b022feaa41308093792cb3a609a48;ds=sidebyside diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 128ed39411..45e9e24734 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -23,12 +23,16 @@ my @dirs = ( "crypto/idea", "crypto/bf", "crypto/cast", -"crypto/rijndael", +"crypto/aes", +"crypto/camellia", "crypto/bn", "crypto/rsa", "crypto/dsa", "crypto/dso", "crypto/dh", +"crypto/ec", +"crypto/ecdh", +"crypto/ecdsa", "crypto/buffer", "crypto/bio", "crypto/stack", @@ -48,14 +52,21 @@ my @dirs = ( "crypto/comp", "crypto/engine", "crypto/ocsp", +"crypto/ui", +"crypto/krb5", +"crypto/store", +"crypto/pqueue", +"crypto/whrlpool", +"crypto/ts", "ssl", "apps", +"engines", "test", "tools" ); foreach (@dirs) { - &files_dir ($_, "Makefile.ssl"); + &files_dir ($_, "Makefile"); } exit(0);