X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Fmkfiles.pl;h=56bf1798e2862ff13317bbe8ad15ef6c1b748760;hp=470feea76f262e07b9e5fdaf8f53e16d100d9eb3;hb=bcfd3d68f55396f362d7c7167f4f55267a0b0c13;hpb=5270e7025e11b2fd1a5bdf8d81feded1167b1c87 diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 470feea76f..56bf1798e2 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -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", @@ -46,15 +50,22 @@ my @dirs = ( "crypto/pkcs12", "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);