diff options
| author | djm <> | 2009-01-09 12:14:09 +0000 |
|---|---|---|
| committer | djm <> | 2009-01-09 12:14:09 +0000 |
| commit | 76dd4d55fdccad54d20608e7caf577b9d67b216f (patch) | |
| tree | 9b645adc5cf0aa0820e1501ee5c6f2c41c454e7c /src/lib/libcrypto/util/mkfiles.pl | |
| parent | f1625f274acf5dcd5601f6cb5e29e233b2a441a3 (diff) | |
| download | openbsd-76dd4d55fdccad54d20608e7caf577b9d67b216f.tar.gz openbsd-76dd4d55fdccad54d20608e7caf577b9d67b216f.tar.bz2 openbsd-76dd4d55fdccad54d20608e7caf577b9d67b216f.zip | |
import openssl-0.9.8j
Diffstat (limited to 'src/lib/libcrypto/util/mkfiles.pl')
| -rw-r--r-- | src/lib/libcrypto/util/mkfiles.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/libcrypto/util/mkfiles.pl b/src/lib/libcrypto/util/mkfiles.pl index 1282392fea..67fb8694c8 100644 --- a/src/lib/libcrypto/util/mkfiles.pl +++ b/src/lib/libcrypto/util/mkfiles.pl | |||
| @@ -47,6 +47,7 @@ my @dirs = ( | |||
| 47 | "crypto/x509", | 47 | "crypto/x509", |
| 48 | "crypto/x509v3", | 48 | "crypto/x509v3", |
| 49 | "crypto/conf", | 49 | "crypto/conf", |
| 50 | "crypto/jpake", | ||
| 50 | "crypto/txt_db", | 51 | "crypto/txt_db", |
| 51 | "crypto/pkcs7", | 52 | "crypto/pkcs7", |
| 52 | "crypto/pkcs12", | 53 | "crypto/pkcs12", |
| @@ -58,6 +59,15 @@ my @dirs = ( | |||
| 58 | "crypto/store", | 59 | "crypto/store", |
| 59 | "crypto/pqueue", | 60 | "crypto/pqueue", |
| 60 | "crypto/cms", | 61 | "crypto/cms", |
| 62 | "fips", | ||
| 63 | "fips/aes", | ||
| 64 | "fips/des", | ||
| 65 | "fips/dsa", | ||
| 66 | "fips/dh", | ||
| 67 | "fips/hmac", | ||
| 68 | "fips/rand", | ||
| 69 | "fips/rsa", | ||
| 70 | "fips/sha", | ||
| 61 | "ssl", | 71 | "ssl", |
| 62 | "apps", | 72 | "apps", |
| 63 | "engines", | 73 | "engines", |
