Remove extra ;
[openssl.git] / util / mkfiles.pl
index 15e0120df3a456ba32b54dea678f11537a328d5b..70d1348a343ebfc6a806d1f3b229a879fb449ffc 100755 (executable)
@@ -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,6 +51,8 @@ my @dirs = (
 "crypto/comp",
 "crypto/engine",
 "crypto/ocsp",
+"crypto/ui",
+"crypto/krb5",
 "ssl",
 "apps",
 "test",