diff options
Diffstat (limited to 'src/lib/libcrypto/util/mkfiles.pl')
| -rw-r--r-- | src/lib/libcrypto/util/mkfiles.pl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/libcrypto/util/mkfiles.pl b/src/lib/libcrypto/util/mkfiles.pl index 29e1404c69..928a274303 100644 --- a/src/lib/libcrypto/util/mkfiles.pl +++ b/src/lib/libcrypto/util/mkfiles.pl | |||
| @@ -51,6 +51,14 @@ my @dirs = ( | |||
| 51 | "crypto/ocsp", | 51 | "crypto/ocsp", |
| 52 | "crypto/ui", | 52 | "crypto/ui", |
| 53 | "crypto/krb5", | 53 | "crypto/krb5", |
| 54 | "fips", | ||
| 55 | "fips/aes", | ||
| 56 | "fips/des", | ||
| 57 | "fips/dsa", | ||
| 58 | "fips/dh", | ||
| 59 | "fips/rand", | ||
| 60 | "fips/rsa", | ||
| 61 | "fips/sha1", | ||
| 54 | "ssl", | 62 | "ssl", |
| 55 | "apps", | 63 | "apps", |
| 56 | "test", | 64 | "test", |
| @@ -58,7 +66,7 @@ my @dirs = ( | |||
| 58 | ); | 66 | ); |
| 59 | 67 | ||
| 60 | foreach (@dirs) { | 68 | foreach (@dirs) { |
| 61 | &files_dir ($_, "Makefile.ssl"); | 69 | &files_dir ($_, "Makefile"); |
| 62 | } | 70 | } |
| 63 | 71 | ||
| 64 | exit(0); | 72 | exit(0); |
