X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Fmkfiles.pl;h=d8cac3a3b43520ec8e1c5d5382d171ad8ac64669;hp=15e0120df3a456ba32b54dea678f11537a328d5b;hb=c687a3d5d57d4b3e557a2f7a4a952c1ace749d4e;hpb=ccb9643f02cbc57f2e88927ca8eef0189d92fc5a diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 15e0120df3..d8cac3a3b4 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", @@ -47,8 +51,12 @@ my @dirs = ( "crypto/comp", "crypto/engine", "crypto/ocsp", +"crypto/ui", +"crypto/krb5", +"crypto/store", "ssl", "apps", +"engines", "test", "tools" );