summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/gendh.c
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2014-10-22 13:51:32 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2014-10-22 13:51:32 +0000
commit31102cadd2fec7f895991a93c6b34a1059e0fbae (patch)
treee7b0d66f4515fd8d148d77b3adc311e0c1150fe7 /usr.bin/openssl/gendh.c
parent14ad6bf16e0524b16d54432901177ecba45ea820 (diff)
None of these need <openssl/rand.h>
Diffstat (limited to 'usr.bin/openssl/gendh.c')
-rw-r--r--usr.bin/openssl/gendh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/openssl/gendh.c b/usr.bin/openssl/gendh.c
index 06d62c1b0d3..64307eaadc0 100644
--- a/usr.bin/openssl/gendh.c
+++ b/usr.bin/openssl/gendh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gendh.c,v 1.1 2014/08/26 17:47:24 jsing Exp $ */
+/* $OpenBSD: gendh.c,v 1.2 2014/10/22 13:51:31 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -79,7 +79,6 @@
#include <openssl/dh.h>
#include <openssl/err.h>
#include <openssl/pem.h>
-#include <openssl/rand.h>
#include <openssl/x509.h>
#define DEFBITS 512