aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-09-24 23:37:52 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-09-24 23:37:52 +0000
commitc743966156500ccbbe5c713f2a8c63f981c0f55b (patch)
tree462acfb8e2df57ee594a81b59aff9fdcff089132 /crypto/engine
parentbb09fd2bb6af108aac0d8e85aaab9f5e575e66e5 (diff)
downloadopenssl-c743966156500ccbbe5c713f2a8c63f981c0f55b.zip
openssl-c743966156500ccbbe5c713f2a8c63f981c0f55b.tar.gz
openssl-c743966156500ccbbe5c713f2a8c63f981c0f55b.tar.bz2
Nils Larsch reported that this include is required. Strange that this had
gone unnoticed ...
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_padlock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/engine/eng_padlock.c b/crypto/engine/eng_padlock.c
index e010ed2..81884ef 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>