fa78d91b1728d3aeda413b76a4cf5c34497e708f
[librecmc/librecmc.git] / package / network / utils / iperf3 / patches / 100-iperf_auth-rsa-header.patch
1 commit 31d5b6b580a356c5149dbc4f53118b7f83c60822
2 Author: Philip Prindeville <philipp@redfish-solutions.com>
3 Date:   Sun Jul 30 18:54:46 2017 -0600
4 Subject: Add required RSA header for OpenSSL
5     
6 Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
7
8 --- a/src/iperf_auth.c  2017-06-26 11:42:56.000000000 -0600
9 +++ b/src/iperf_auth.c  2017-07-30 17:42:43.070447875 -0600
10 @@ -40,6 +40,7 @@
11  #include <openssl/pem.h>
12  #include <openssl/sha.h>
13  #include <openssl/buffer.h>
14 +#include <openssl/rsa.h>
15  
16  void sha256(const char *string, char outputBuffer[65])
17  {