diff options
author | djm <> | 2010-10-01 22:54:19 +0000 |
---|---|---|
committer | djm <> | 2010-10-01 22:54:19 +0000 |
commit | 5bf424abe3e333358a0476841d2085fb5870dde9 (patch) | |
tree | 03b202b49e2c6367ae5dec12d939ea99c9ca36b3 /src/lib/libcrypto/seed/seed.h | |
parent | 31f27c0675424c286ead39df16455abf64c6fb22 (diff) | |
parent | 2dd8058114e20f1cd7c897166a4ce75ed390ee54 (diff) | |
download | openbsd-5bf424abe3e333358a0476841d2085fb5870dde9.tar.gz openbsd-5bf424abe3e333358a0476841d2085fb5870dde9.tar.bz2 openbsd-5bf424abe3e333358a0476841d2085fb5870dde9.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/seed/seed.h')
-rw-r--r-- | src/lib/libcrypto/seed/seed.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/seed/seed.h b/src/lib/libcrypto/seed/seed.h index 427915ed9a..6ffa5f024e 100644 --- a/src/lib/libcrypto/seed/seed.h +++ b/src/lib/libcrypto/seed/seed.h | |||
@@ -82,6 +82,8 @@ | |||
82 | #define HEADER_SEED_H | 82 | #define HEADER_SEED_H |
83 | 83 | ||
84 | #include <openssl/opensslconf.h> | 84 | #include <openssl/opensslconf.h> |
85 | #include <openssl/e_os2.h> | ||
86 | #include <openssl/crypto.h> | ||
85 | 87 | ||
86 | #ifdef OPENSSL_NO_SEED | 88 | #ifdef OPENSSL_NO_SEED |
87 | #error SEED is disabled. | 89 | #error SEED is disabled. |