summaryrefslogtreecommitdiff
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-07-30 18:59:50 -0600
committerJohn Crispin <john@phrozen.org>2017-08-23 20:35:16 +0200
commitd55fff4ae7c77cad820fe37cb3cad4ba6ced1eb8 (patch)
tree28d8b9a49f1a676f930287ef3ac31131bef250dc /package/network/utils/iperf3/patches/100-iperf_auth-rsa-header.patch
parente665b3df2a47ba5bb049d13358937ac67b860b70 (diff)
downloadmtk-20170518-d55fff4ae7c77cad820fe37cb3cad4ba6ced1eb8.zip
mtk-20170518-d55fff4ae7c77cad820fe37cb3cad4ba6ced1eb8.tar.gz
mtk-20170518-d55fff4ae7c77cad820fe37cb3cad4ba6ced1eb8.tar.bz2
iperf3: update to 3.2
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, 17 insertions, 0 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
new file mode 100644
index 0000000..fa78d91
--- /dev/null
+++ b/package/network/utils/iperf3/patches/100-iperf_auth-rsa-header.patch
@@ -0,0 +1,17 @@
+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])
+ {