Remove references to RSAref. The glue library is but a memory to fade
[openssl.git] / util / mkfiles.pl
index bb7ceeeeda0a70c34bd68c42eabfb4799307e1b5..15e0120df3a456ba32b54dea678f11537a328d5b 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,15 +43,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");
 }