move constants for debug functions to end of file
[openssl.git] / util / mkfiles.pl
index bb7ceeeeda0a70c34bd68c42eabfb4799307e1b5..128ed39411ffaf287e2c1902edf419e03d852a51 100755 (executable)
@@ -7,8 +7,10 @@
 # List of directories to process
 
 my @dirs = (
+".",
 "crypto",
 "crypto/md2",
+"crypto/md4",
 "crypto/md5",
 "crypto/sha",
 "crypto/mdc2",
@@ -21,9 +23,11 @@ my @dirs = (
 "crypto/idea",
 "crypto/bf",
 "crypto/cast",
+"crypto/rijndael",
 "crypto/bn",
 "crypto/rsa",
 "crypto/dsa",
+"crypto/dso",
 "crypto/dh",
 "crypto/buffer",
 "crypto/bio",
@@ -40,15 +44,16 @@ my @dirs = (
 "crypto/conf",
 "crypto/txt_db",
 "crypto/pkcs7",
+"crypto/pkcs12",
 "crypto/comp",
+"crypto/engine",
+"crypto/ocsp",
 "ssl",
-"rsaref",
 "apps",
 "test",
 "tools"
 );
 
-&files_dir (".", "Makefile.org");
 foreach (@dirs) {
        &files_dir ($_, "Makefile.ssl");
 }