aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iperf3/patches/100-iperf_auth-rsa-header.patch
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2017-10-31 14:19:51 -0600
committerJohn Crispin <john@phrozen.org>2017-10-31 14:19:51 -0600
commite03dcf494e42f85395d299769953b3c37618f0c4 (patch)
tree63afb669a7c65aaaa9923cf1e70af1f009b09880 /package/network/utils/iperf3/patches/100-iperf_auth-rsa-header.patch
parentbd60c9063d1cc80631101f65a905ba6d397029f8 (diff)
downloadupstream-e03dcf494e42f85395d299769953b3c37618f0c4.tar.gz
upstream-e03dcf494e42f85395d299769953b3c37618f0c4.tar.bz2
upstream-e03dcf494e42f85395d299769953b3c37618f0c4.zip
iperf3: update to 3.3 and refresh patches
Taking the same patchset I've submitted upstream for inclusion. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'package/network/utils/iperf3/patches/100-iperf_auth-rsa-header.patch')
-rw-r--r--package/network/utils/iperf3/patches/100-iperf_auth-rsa-header.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/network/utils/iperf3/patches/100-iperf_auth-rsa-header.patch b/package/network/utils/iperf3/patches/100-iperf_auth-rsa-header.patch
deleted file mode 100644
index fa78d91b17..0000000000
--- a/package/network/utils/iperf3/patches/100-iperf_auth-rsa-header.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-commit 31d5b6b580a356c5149dbc4f53118b7f83c60822
-Author: Philip Prindeville <philipp@redfish-solutions.com>
-Date: Sun Jul 30 18:54:46 2017 -0600
-Subject: Add required RSA header for OpenSSL
-
-Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
-
---- a/src/iperf_auth.c 2017-06-26 11:42:56.000000000 -0600
-+++ b/src/iperf_auth.c 2017-07-30 17:42:43.070447875 -0600
-@@ -40,6 +40,7 @@
- #include <openssl/pem.h>
- #include <openssl/sha.h>
- #include <openssl/buffer.h>
-+#include <openssl/rsa.h>
-
- void sha256(const char *string, char outputBuffer[65])
- {