X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Fmkfiles.pl;h=128ed39411ffaf287e2c1902edf419e03d852a51;hp=bb7ceeeeda0a70c34bd68c42eabfb4799307e1b5;hb=e4d56bab5bee1f18b9bf462794e49c47bc192321;hpb=e2d795cb968d823c40b411c9b46cd79280d00f52 diff --git a/util/mkfiles.pl b/util/mkfiles.pl index bb7ceeeeda..128ed39411 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -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"); }