summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_seed.c
diff options
context:
space:
mode:
authordjm <>2010-10-01 22:54:18 +0000
committerdjm <>2010-10-01 22:54:18 +0000
commitf6ca1ae73bb9eabfb510df2cffc2599db98d35a9 (patch)
treedef8296400903465cb96345535c0a56935eb05a4 /src/lib/libcrypto/evp/e_seed.c
parent0229f29a33371533962d8b0b8264882afac53d70 (diff)
downloadopenbsd-f6ca1ae73bb9eabfb510df2cffc2599db98d35a9.tar.gz
openbsd-f6ca1ae73bb9eabfb510df2cffc2599db98d35a9.tar.bz2
openbsd-f6ca1ae73bb9eabfb510df2cffc2599db98d35a9.zip
import OpenSSL-1.0.0a
Diffstat (limited to 'src/lib/libcrypto/evp/e_seed.c')
-rw-r--r--src/lib/libcrypto/evp/e_seed.c2
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