diff options
Diffstat (limited to 'net/socat/patches/200-openssl-deprecated.patch')
-rw-r--r-- | net/socat/patches/200-openssl-deprecated.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/socat/patches/200-openssl-deprecated.patch b/net/socat/patches/200-openssl-deprecated.patch new file mode 100644 index 000000000..07c9e5b0c --- /dev/null +++ b/net/socat/patches/200-openssl-deprecated.patch @@ -0,0 +1,13 @@ +diff --git a/xio-openssl.c b/xio-openssl.c +index e931983..84ec100 100644 +--- a/xio-openssl.c ++++ b/xio-openssl.c +@@ -8,6 +8,8 @@ + #if WITH_OPENSSL /* make this address configure dependend */ + #include <openssl/conf.h> + #include <openssl/x509v3.h> ++#include <openssl/dh.h> ++#include <openssl/bn.h> + + #include "xioopen.h" + |