diff options
Diffstat (limited to 'src/usr.bin/openssl/gendh.c')
-rw-r--r-- | src/usr.bin/openssl/gendh.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/gendh.c b/src/usr.bin/openssl/gendh.c index 06d62c1b0d..64307eaadc 100644 --- a/src/usr.bin/openssl/gendh.c +++ b/src/usr.bin/openssl/gendh.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gendh.c,v 1.1 2014/08/26 17:47:24 jsing Exp $ */ | 1 | /* $OpenBSD: gendh.c,v 1.2 2014/10/22 13:51:31 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -79,7 +79,6 @@ | |||
79 | #include <openssl/dh.h> | 79 | #include <openssl/dh.h> |
80 | #include <openssl/err.h> | 80 | #include <openssl/err.h> |
81 | #include <openssl/pem.h> | 81 | #include <openssl/pem.h> |
82 | #include <openssl/rand.h> | ||
83 | #include <openssl/x509.h> | 82 | #include <openssl/x509.h> |
84 | 83 | ||
85 | #define DEFBITS 512 | 84 | #define DEFBITS 512 |