diff options
author | beck <> | 2002-05-15 02:29:21 +0000 |
---|---|---|
committer | beck <> | 2002-05-15 02:29:21 +0000 |
commit | b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9 (patch) | |
tree | fa27cf82a1250b64ed3bf5f4a18c7354d470bbcc /src/lib/libcrypto/util/mkfiles.pl | |
parent | e471e1ea98d673597b182ea85f29e30c97cd08b5 (diff) | |
download | openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.gz openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.bz2 openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.zip |
OpenSSL 0.9.7 stable 2002 05 08 merge
Diffstat (limited to 'src/lib/libcrypto/util/mkfiles.pl')
-rw-r--r-- | src/lib/libcrypto/util/mkfiles.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/util/mkfiles.pl b/src/lib/libcrypto/util/mkfiles.pl index 470feea76f..29e1404c69 100644 --- a/src/lib/libcrypto/util/mkfiles.pl +++ b/src/lib/libcrypto/util/mkfiles.pl | |||
@@ -23,11 +23,13 @@ my @dirs = ( | |||
23 | "crypto/idea", | 23 | "crypto/idea", |
24 | "crypto/bf", | 24 | "crypto/bf", |
25 | "crypto/cast", | 25 | "crypto/cast", |
26 | "crypto/aes", | ||
26 | "crypto/bn", | 27 | "crypto/bn", |
27 | "crypto/rsa", | 28 | "crypto/rsa", |
28 | "crypto/dsa", | 29 | "crypto/dsa", |
29 | "crypto/dso", | 30 | "crypto/dso", |
30 | "crypto/dh", | 31 | "crypto/dh", |
32 | "crypto/ec", | ||
31 | "crypto/buffer", | 33 | "crypto/buffer", |
32 | "crypto/bio", | 34 | "crypto/bio", |
33 | "crypto/stack", | 35 | "crypto/stack", |
@@ -46,8 +48,10 @@ my @dirs = ( | |||
46 | "crypto/pkcs12", | 48 | "crypto/pkcs12", |
47 | "crypto/comp", | 49 | "crypto/comp", |
48 | "crypto/engine", | 50 | "crypto/engine", |
51 | "crypto/ocsp", | ||
52 | "crypto/ui", | ||
53 | "crypto/krb5", | ||
49 | "ssl", | 54 | "ssl", |
50 | "rsaref", | ||
51 | "apps", | 55 | "apps", |
52 | "test", | 56 | "test", |
53 | "tools" | 57 | "tools" |