mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-08 11:17:36 +08:00
cshark: fix compilation with GCC12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
bb25c91726
commit
7aa5adb19e
11
net/cshark/patches/010-gcc12.patch
Normal file
11
net/cshark/patches/010-gcc12.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/src/uclient.c
|
||||
+++ b/src/uclient.c
|
||||
@@ -150,7 +150,7 @@ static void cshark_ustream_ssl_init(void
|
||||
|
||||
ssl_ctx = ssl_ops->context_new(false);
|
||||
|
||||
- if (config.ca)
|
||||
+ if (strlen(config.ca))
|
||||
ssl_ops->context_add_ca_crt_file(ssl_ctx, config.ca);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user