diff options
| author | djm <> | 2005-04-29 05:39:33 +0000 |
|---|---|---|
| committer | djm <> | 2005-04-29 05:39:33 +0000 |
| commit | 68edd00d9258df93b1366c71ac124e0cadf7bc08 (patch) | |
| tree | 3ce4ae2a9747bbc11aed1f95f9bbea92c41f8683 /src/lib/libcrypto/util/mkfiles.pl | |
| parent | f396ed0f5ce0af56bfde2e75e15cf1f52924c779 (diff) | |
| download | openbsd-68edd00d9258df93b1366c71ac124e0cadf7bc08.tar.gz openbsd-68edd00d9258df93b1366c71ac124e0cadf7bc08.tar.bz2 openbsd-68edd00d9258df93b1366c71ac124e0cadf7bc08.zip | |
resolve conflicts
Diffstat (limited to '')
| -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); |
