DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functions
[oweals/openssl.git] / util / mkfiles.pl
index bb7ceeeeda0a70c34bd68c42eabfb4799307e1b5..5296bdb5e491f48a6eda5e35ff45a3afc321e3c4 100755 (executable)
@@ -7,8 +7,10 @@
 # List of directories to process
 
 my @dirs = (
+".",
 "crypto",
 "crypto/md2",
+"crypto/md4",
 "crypto/md5",
 "crypto/sha",
 "crypto/mdc2",
@@ -24,6 +26,7 @@ my @dirs = (
 "crypto/bn",
 "crypto/rsa",
 "crypto/dsa",
+"crypto/dso",
 "crypto/dh",
 "crypto/buffer",
 "crypto/bio",
@@ -40,6 +43,7 @@ my @dirs = (
 "crypto/conf",
 "crypto/txt_db",
 "crypto/pkcs7",
+"crypto/pkcs12",
 "crypto/comp",
 "ssl",
 "rsaref",
@@ -48,7 +52,6 @@ my @dirs = (
 "tools"
 );
 
-&files_dir (".", "Makefile.org");
 foreach (@dirs) {
        &files_dir ($_, "Makefile.ssl");
 }