X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=util%2Fmkfiles.pl;h=b8ebb5cfa83c577a58ab91c0790b8a2b75353295;hb=b3049d696b7aad9e6e52f4794686f8719cee46db;hp=128ed39411ffaf287e2c1902edf419e03d852a51;hpb=993ea851f56b022feaa41308093792cb3a609a48;p=oweals%2Fopenssl.git diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 128ed39411..b8ebb5cfa8 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -23,12 +23,17 @@ my @dirs = ( "crypto/idea", "crypto/bf", "crypto/cast", -"crypto/rijndael", +"crypto/aes", +"crypto/camellia", +"crypto/seed", "crypto/bn", "crypto/rsa", "crypto/dsa", "crypto/dso", "crypto/dh", +"crypto/ec", +"crypto/ecdh", +"crypto/ecdsa", "crypto/buffer", "crypto/bio", "crypto/stack", @@ -48,14 +53,28 @@ my @dirs = ( "crypto/comp", "crypto/engine", "crypto/ocsp", +"crypto/ui", +"crypto/krb5", +"crypto/store", +"crypto/pqueue", +"fips", +"fips/aes", +"fips/des", +"fips/dsa", +"fips/dh", +"fips/hmac", +"fips/rand", +"fips/rsa", +"fips/sha", "ssl", "apps", +"engines", "test", "tools" ); foreach (@dirs) { - &files_dir ($_, "Makefile.ssl"); + &files_dir ($_, "Makefile"); } exit(0);