X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=util%2Fmkfiles.pl;h=d8cac3a3b43520ec8e1c5d5382d171ad8ac64669;hp=bb7ceeeeda0a70c34bd68c42eabfb4799307e1b5;hb=c687a3d5d57d4b3e557a2f7a4a952c1ace749d4e;hpb=e2d795cb968d823c40b411c9b46cd79280d00f52 diff --git a/util/mkfiles.pl b/util/mkfiles.pl index bb7ceeeeda..d8cac3a3b4 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,10 +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", @@ -40,15 +47,20 @@ my @dirs = ( "crypto/conf", "crypto/txt_db", "crypto/pkcs7", +"crypto/pkcs12", "crypto/comp", +"crypto/engine", +"crypto/ocsp", +"crypto/ui", +"crypto/krb5", +"crypto/store", "ssl", -"rsaref", "apps", +"engines", "test", "tools" ); -&files_dir (".", "Makefile.org"); foreach (@dirs) { &files_dir ($_, "Makefile.ssl"); }