X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=util%2Fmkfiles.pl;h=70d1348a343ebfc6a806d1f3b229a879fb449ffc;hp=47bc934154c77fb5312195383e9f2972e92d9012;hb=7ae46c676142a675ea3fd0c8ca66d2cbc6a5a30e;hpb=eb64730b9cb6fe9cb5bfa4b0b54bf8c9193ced2b diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 47bc934154..70d1348a34 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,9 @@ my @dirs = ( "crypto/comp", "crypto/engine", "crypto/ocsp", +"crypto/ui", +"crypto/krb5", "ssl", -"rsaref", "apps", "test", "tools"