diff options
Diffstat (limited to 'src/lib/libcrypto/util/mkfiles.pl')
-rw-r--r-- | src/lib/libcrypto/util/mkfiles.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/util/mkfiles.pl b/src/lib/libcrypto/util/mkfiles.pl index 6fa424bd19..470feea76f 100644 --- a/src/lib/libcrypto/util/mkfiles.pl +++ b/src/lib/libcrypto/util/mkfiles.pl | |||
@@ -10,6 +10,7 @@ my @dirs = ( | |||
10 | ".", | 10 | ".", |
11 | "crypto", | 11 | "crypto", |
12 | "crypto/md2", | 12 | "crypto/md2", |
13 | "crypto/md4", | ||
13 | "crypto/md5", | 14 | "crypto/md5", |
14 | "crypto/sha", | 15 | "crypto/sha", |
15 | "crypto/mdc2", | 16 | "crypto/mdc2", |
@@ -25,6 +26,7 @@ my @dirs = ( | |||
25 | "crypto/bn", | 26 | "crypto/bn", |
26 | "crypto/rsa", | 27 | "crypto/rsa", |
27 | "crypto/dsa", | 28 | "crypto/dsa", |
29 | "crypto/dso", | ||
28 | "crypto/dh", | 30 | "crypto/dh", |
29 | "crypto/buffer", | 31 | "crypto/buffer", |
30 | "crypto/bio", | 32 | "crypto/bio", |
@@ -43,6 +45,7 @@ my @dirs = ( | |||
43 | "crypto/pkcs7", | 45 | "crypto/pkcs7", |
44 | "crypto/pkcs12", | 46 | "crypto/pkcs12", |
45 | "crypto/comp", | 47 | "crypto/comp", |
48 | "crypto/engine", | ||
46 | "ssl", | 49 | "ssl", |
47 | "rsaref", | 50 | "rsaref", |
48 | "apps", | 51 | "apps", |