diff options
author | 2014-10-22 13:51:31 +0000 | |
---|---|---|
committer | 2014-10-22 13:51:31 +0000 | |
commit | 3b84b6cf43c5707231e08929f5f417085d3580da (patch) | |
tree | 51f3097821abfd4205397b219ad02f3511a44a25 | |
parent | Use svc_getreq_poll() instead of svc_getreqset2() for mountd's (diff) | |
download | wireguard-openbsd-3b84b6cf43c5707231e08929f5f417085d3580da.tar.xz wireguard-openbsd-3b84b6cf43c5707231e08929f5f417085d3580da.zip |
None of these need <openssl/rand.h>
-rw-r--r-- | usr.bin/openssl/gendh.c | 3 | ||||
-rw-r--r-- | usr.bin/openssl/genrsa.c | 3 | ||||
-rw-r--r-- | usr.bin/openssl/s_client.c | 3 |
3 files changed, 3 insertions, 6 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 diff --git a/usr.bin/openssl/genrsa.c b/usr.bin/openssl/genrsa.c index b7534a0a5e6..0e8dbf5ba67 100644 --- a/usr.bin/openssl/genrsa.c +++ b/usr.bin/openssl/genrsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: genrsa.c,v 1.2 2014/08/28 14:23:52 jsing Exp $ */ +/* $OpenBSD: genrsa.c,v 1.3 2014/10/22 13:51:31 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -78,7 +78,6 @@ #include <openssl/err.h> #include <openssl/evp.h> #include <openssl/pem.h> -#include <openssl/rand.h> #include <openssl/rsa.h> #include <openssl/x509.h> diff --git a/usr.bin/openssl/s_client.c b/usr.bin/openssl/s_client.c index a5f4d4c9c6e..25d4c0c5dd2 100644 --- a/usr.bin/openssl/s_client.c +++ b/usr.bin/openssl/s_client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: s_client.c,v 1.4 2014/10/20 01:58:10 bcook Exp $ */ +/* $OpenBSD: s_client.c,v 1.5 2014/10/22 13:51:31 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -158,7 +158,6 @@ #include <openssl/err.h> #include <openssl/ocsp.h> #include <openssl/pem.h> -#include <openssl/rand.h> #include <openssl/ssl.h> #include <openssl/x509.h> |