Files
packages/net/socat/patches/200-openssl-deprecated.patch
Henning Schild 535ce8ea3f socat: update to 1.8.0.3
reverting because upstream fixed it:
2650de4686 ("socat: fix compile error when ccache is enabled")

Closes: https://github.com/openwrt/packages/issues/26585
Signed-off-by: Henning Schild <henning@hennsch.de>
2025-06-08 11:48:27 +03:00

12 lines
250 B
Diff

--- a/xio-openssl.c
+++ b/xio-openssl.c
@@ -8,6 +8,8 @@
#if WITH_OPENSSL /* make this address configure dependent */
#include <openssl/conf.h>
#include <openssl/x509v3.h>
+#include <openssl/dh.h>
+#include <openssl/bn.h>
#include "xioopen.h"