mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
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>
12 lines
250 B
Diff
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"
|
|
|