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/evp | |
| 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/evp')
| -rw-r--r-- | src/lib/libcrypto/evp/e_seed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/e_seed.c b/src/lib/libcrypto/evp/e_seed.c index 8c1ec0d43a..2d1759d276 100644 --- a/src/lib/libcrypto/evp/e_seed.c +++ b/src/lib/libcrypto/evp/e_seed.c | |||
| @@ -54,11 +54,11 @@ | |||
| 54 | */ | 54 | */ |
| 55 | 55 | ||
| 56 | #include <openssl/opensslconf.h> | 56 | #include <openssl/opensslconf.h> |
| 57 | #ifndef OPENSSL_NO_SEED | ||
| 57 | #include <openssl/evp.h> | 58 | #include <openssl/evp.h> |
| 58 | #include <openssl/err.h> | 59 | #include <openssl/err.h> |
| 59 | #include <string.h> | 60 | #include <string.h> |
| 60 | #include <assert.h> | 61 | #include <assert.h> |
| 61 | #ifndef OPENSSL_NO_SEED | ||
| 62 | #include <openssl/seed.h> | 62 | #include <openssl/seed.h> |
| 63 | #include "evp_locl.h" | 63 | #include "evp_locl.h" |
| 64 | 64 | ||
