Correct logical error in STRICT_ALIGNMENT check and remove copy of
[openssl.git] / util / mkfiles.pl
index 35e5073d744afdbcf1f47ff48ca16451df0a81c2..56bf1798e2862ff13317bbe8ad15ef6c1b748760 100755 (executable)
@@ -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",
@@ -50,14 +52,20 @@ my @dirs = (
 "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);