From: Geoff Thorpe <geoff@openssl.org>
Date: Fri, 24 Sep 2004 23:37:52 +0000 (+0000)
Subject: Nils Larsch reported that this include is required. Strange that this had
X-Git-Tag: BEN_FIPS_TEST_6~14^2~70
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c743966156500ccbbe5c713f2a8c63f981c0f55b;p=oweals%2Fopenssl.git

Nils Larsch reported that this include is required. Strange that this had
gone unnoticed ...
---

diff --git a/crypto/engine/eng_padlock.c b/crypto/engine/eng_padlock.c
index e010ed259e..81884ef6bf 100644
--- a/crypto/engine/eng_padlock.c
+++ b/crypto/engine/eng_padlock.c
@@ -71,6 +71,7 @@
 #include <openssl/engine.h>
 #include <openssl/evp.h>
 #include <openssl/aes.h>
+#include <openssl/rand.h>
 
 #ifdef OPENSSL_SYS_VMS
 # include <builtins.h>