coolsnowwolf-packages/net/socat/patches/200-openssl-deprecated.patch
2021-06-15 17:47:11 +08: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 dependend */
#include <openssl/conf.h>
#include <openssl/x509v3.h>
+#include <openssl/dh.h>
+#include <openssl/bn.h>
#include "xioopen.h"