aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/init.c
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-02-14 15:25:54 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-02-14 16:16:08 -0500
commit31305cdf9f5648a18c5a12854b08df7c9e4069fc (patch)
tree13848a03041a46d66ace511fe2f77737e3ef5b90 /crypto/init.c
parent6762a14779e262d181fd9e076919253201eec09e (diff)
downloadopenssl-31305cdf9f5648a18c5a12854b08df7c9e4069fc.tar.gz
Fixes to make no-deprecated work again
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/init.c')
-rw-r--r--crypto/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/init.c b/crypto/init.c
index e58b119913..25e3dc7693 100644
--- a/crypto/init.c
+++ b/crypto/init.c
@@ -57,6 +57,7 @@
#include <internal/cryptlib_int.h>
#include <openssl/err.h>
+#include <openssl/rand.h>
#include <openssl/evp.h>
#include <internal/evp_int.h>
#include <internal/conf.h>