Typo in str_lib.c
[openssl.git] / util / mkfiles.pl
index a95d14cc6a3bed496b3e8d2a7b8bb23f2df5e748..584c3912e6ec1ac6a67b89af3a2a8592c262777c 100755 (executable)
@@ -24,6 +24,8 @@ my @dirs = (
 "crypto/bf",
 "crypto/cast",
 "crypto/aes",
+"crypto/camellia",
+"crypto/seed",
 "crypto/bn",
 "crypto/rsa",
 "crypto/dsa",
@@ -54,14 +56,18 @@ my @dirs = (
 "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);