Minor clean-up in crypto/engine.
[openssl.git] / util / mkfiles.pl
index 0ae8695bec93a1be187f7ff759754254184a7189..45e9e24734ea510a7b0214e4c43f6c998408851c 100755 (executable)
@@ -24,12 +24,14 @@ my @dirs = (
 "crypto/bf",
 "crypto/cast",
 "crypto/aes",
+"crypto/camellia",
 "crypto/bn",
 "crypto/rsa",
 "crypto/dsa",
 "crypto/dso",
 "crypto/dh",
 "crypto/ec",
+"crypto/ecdh",
 "crypto/ecdsa",
 "crypto/buffer",
 "crypto/bio",
@@ -52,14 +54,19 @@ my @dirs = (
 "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);