#include <stdio.h> not needed.
[openssl.git] / util / mkfiles.pl
index bb7ceeeeda0a70c34bd68c42eabfb4799307e1b5..924a85f70eaef75bb542fc7958b677ee2afd5966 100755 (executable)
@@ -7,6 +7,7 @@
 # List of directories to process
 
 my @dirs = (
+".",
 "crypto",
 "crypto/md2",
 "crypto/md5",
@@ -24,6 +25,7 @@ my @dirs = (
 "crypto/bn",
 "crypto/rsa",
 "crypto/dsa",
+"crypto/dso",
 "crypto/dh",
 "crypto/buffer",
 "crypto/bio",
@@ -40,6 +42,7 @@ my @dirs = (
 "crypto/conf",
 "crypto/txt_db",
 "crypto/pkcs7",
+"crypto/pkcs12",
 "crypto/comp",
 "ssl",
 "rsaref",
@@ -48,7 +51,6 @@ my @dirs = (
 "tools"
 );
 
-&files_dir (".", "Makefile.org");
 foreach (@dirs) {
        &files_dir ($_, "Makefile.ssl");
 }