In UI_dup_*() function, use the duped string, not the original.
[openssl.git] / util / mkfiles.pl
index 5296bdb5e491f48a6eda5e35ff45a3afc321e3c4..35e5073d744afdbcf1f47ff48ca16451df0a81c2 100755 (executable)
@@ -23,11 +23,13 @@ my @dirs = (
 "crypto/idea",
 "crypto/bf",
 "crypto/cast",
+"crypto/rijndael",
 "crypto/bn",
 "crypto/rsa",
 "crypto/dsa",
 "crypto/dso",
 "crypto/dh",
+"crypto/ec",
 "crypto/buffer",
 "crypto/bio",
 "crypto/stack",
@@ -45,8 +47,10 @@ my @dirs = (
 "crypto/pkcs7",
 "crypto/pkcs12",
 "crypto/comp",
+"crypto/engine",
+"crypto/ocsp",
+"crypto/ui",
 "ssl",
-"rsaref",
 "apps",
 "test",
 "tools"