the final byte of a pkcs7 padded plaintext can never be 0
[openssl.git] / util / mkfiles.pl
index 0ae8695bec93a1be187f7ff759754254184a7189..cb0e282fa8b0a1c9bb6b7fe0a61cfd1d478a93fd 100755 (executable)
@@ -30,6 +30,7 @@ my @dirs = (
 "crypto/dso",
 "crypto/dh",
 "crypto/ec",
+"crypto/ecdh",
 "crypto/ecdsa",
 "crypto/buffer",
 "crypto/bio",
@@ -52,14 +53,17 @@ my @dirs = (
 "crypto/ocsp",
 "crypto/ui",
 "crypto/krb5",
+"crypto/store",
+"crypto/pqueue",
 "ssl",
 "apps",
+"engines",
 "test",
 "tools"
 );
 
 foreach (@dirs) {
-       &files_dir ($_, "Makefile.ssl");
+       &files_dir ($_, "Makefile");
 }
 
 exit(0);