make update
[openssl.git] / util / mkfiles.pl
index 35e5073d744afdbcf1f47ff48ca16451df0a81c2..d8cac3a3b43520ec8e1c5d5382d171ad8ac64669 100755 (executable)
@@ -23,13 +23,15 @@ my @dirs = (
 "crypto/idea",
 "crypto/bf",
 "crypto/cast",
-"crypto/rijndael",
+"crypto/aes",
 "crypto/bn",
 "crypto/rsa",
 "crypto/dsa",
 "crypto/dso",
 "crypto/dh",
 "crypto/ec",
+"crypto/ecdh",
+"crypto/ecdsa",
 "crypto/buffer",
 "crypto/bio",
 "crypto/stack",
@@ -50,8 +52,11 @@ my @dirs = (
 "crypto/engine",
 "crypto/ocsp",
 "crypto/ui",
+"crypto/krb5",
+"crypto/store",
 "ssl",
 "apps",
+"engines",
 "test",
 "tools"
 );