diff options
| author | djm <> | 2006-06-27 05:05:40 +0000 |
|---|---|---|
| committer | djm <> | 2006-06-27 05:05:40 +0000 |
| commit | 4f828b924f54507141fb95ebe49dfcd261945e85 (patch) | |
| tree | f6b05913ca6b34db73a343a7bb36d57ff4105356 /src/lib/libcrypto/util/mkfiles.pl | |
| parent | 588543a0946f1dbf0f1dd5135f8f6447486dc183 (diff) | |
| download | openbsd-4f828b924f54507141fb95ebe49dfcd261945e85.tar.gz openbsd-4f828b924f54507141fb95ebe49dfcd261945e85.tar.bz2 openbsd-4f828b924f54507141fb95ebe49dfcd261945e85.zip | |
import of openssl-0.9.7j
Diffstat (limited to 'src/lib/libcrypto/util/mkfiles.pl')
| -rw-r--r-- | src/lib/libcrypto/util/mkfiles.pl | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/lib/libcrypto/util/mkfiles.pl b/src/lib/libcrypto/util/mkfiles.pl index 928a274303..bc78510f56 100644 --- a/src/lib/libcrypto/util/mkfiles.pl +++ b/src/lib/libcrypto/util/mkfiles.pl | |||
| @@ -51,14 +51,15 @@ my @dirs = ( | |||
| 51 | "crypto/ocsp", | 51 | "crypto/ocsp", |
| 52 | "crypto/ui", | 52 | "crypto/ui", |
| 53 | "crypto/krb5", | 53 | "crypto/krb5", |
| 54 | "fips", | 54 | "fips-1.0", |
| 55 | "fips/aes", | 55 | "fips-1.0/aes", |
| 56 | "fips/des", | 56 | "fips-1.0/des", |
| 57 | "fips/dsa", | 57 | "fips-1.0/dsa", |
| 58 | "fips/dh", | 58 | "fips-1.0/dh", |
| 59 | "fips/rand", | 59 | "fips-1.0/hmac", |
| 60 | "fips/rsa", | 60 | "fips-1.0/rand", |
| 61 | "fips/sha1", | 61 | "fips-1.0/rsa", |
| 62 | "fips-1.0/sha", | ||
| 62 | "ssl", | 63 | "ssl", |
| 63 | "apps", | 64 | "apps", |
| 64 | "test", | 65 | "test", |
