RFC 3161 compliant time stamp request creation, response generation
[openssl.git] / util / mkfiles.pl
index 47bc934154c77fb5312195383e9f2972e92d9012..56bf1798e2862ff13317bbe8ad15ef6c1b748760 100755 (executable)
@@ -23,11 +23,15 @@ my @dirs = (
 "crypto/idea",
 "crypto/bf",
 "crypto/cast",
+"crypto/aes",
 "crypto/bn",
 "crypto/rsa",
 "crypto/dsa",
 "crypto/dso",
 "crypto/dh",
+"crypto/ec",
+"crypto/ecdh",
+"crypto/ecdsa",
 "crypto/buffer",
 "crypto/bio",
 "crypto/stack",
@@ -47,15 +51,21 @@ my @dirs = (
 "crypto/comp",
 "crypto/engine",
 "crypto/ocsp",
+"crypto/ui",
+"crypto/krb5",
+"crypto/store",
+"crypto/pqueue",
+"crypto/whrlpool",
+"crypto/ts",
 "ssl",
-"rsaref",
 "apps",
+"engines",
 "test",
 "tools"
 );
 
 foreach (@dirs) {
-       &files_dir ($_, "Makefile.ssl");
+       &files_dir ($_, "Makefile");
 }
 
 exit(0);