aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-16 21:07:36 +0000
committerUlf Möller <ulf@openssl.org>2000-01-16 21:07:36 +0000
commitb0bb2b914a0971aeaf60c5e0dde56e1c8aa78a23 (patch)
treeda975e2749c9364da9a206606115ff5efdfab3a9 /crypto/dh
parent88618bac731bba10e18028a4c886b8373cacb2bb (diff)
downloadopenssl-b0bb2b914a0971aeaf60c5e0dde56e1c8aa78a23.tar.gz
Header for RAND_seed()
Diffstat (limited to 'crypto/dh')
-rw-r--r--crypto/dh/dhtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/dh/dhtest.c b/crypto/dh/dhtest.c
index 1346f98f83..d66c28455e 100644
--- a/crypto/dh/dhtest.c
+++ b/crypto/dh/dhtest.c
@@ -65,6 +65,7 @@
#include <openssl/crypto.h>
#include <openssl/bio.h>
#include <openssl/bn.h>
+#include <openssl/rand.h>
#ifdef NO_DH
int main(int argc, char *argv[])