X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=util%2Fmkfiles.pl;h=cb0e282fa8b0a1c9bb6b7fe0a61cfd1d478a93fd;hp=ef72e7223b933d83404ee06e9c9ccc4cf7cd0ef0;hb=963ba100125deb539965429f9114166150a5183b;hpb=d11493934cbe1d8951e8c568397f84b8ffe29151 diff --git a/util/mkfiles.pl b/util/mkfiles.pl index ef72e7223b..cb0e282fa8 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -23,13 +23,15 @@ my @dirs = ( "crypto/idea", "crypto/bf", "crypto/cast", -"crypto/rijndael", +"crypto/aes", "crypto/bn", "crypto/rsa", "crypto/dsa", "crypto/dso", "crypto/dh", "crypto/ec", +"crypto/ecdh", +"crypto/ecdsa", "crypto/buffer", "crypto/bio", "crypto/stack", @@ -51,14 +53,17 @@ my @dirs = ( "crypto/ocsp", "crypto/ui", "crypto/krb5", +"crypto/store", +"crypto/pqueue", "ssl", "apps", +"engines", "test", "tools" ); foreach (@dirs) { - &files_dir ($_, "Makefile.ssl"); + &files_dir ($_, "Makefile"); } exit(0);