mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-09 04:37:41 +08:00
shadowsocks-libev: remove patches
This commit is contained in:
parent
f752655f0b
commit
f357e5eaaa
@ -1,20 +0,0 @@
|
|||||||
--- a/src/http.h
|
|
||||||
+++ b/src/http.h
|
|
||||||
@@ -29,6 +29,6 @@
|
|
||||||
#include <stdio.h>
|
|
||||||
#include "protocol.h"
|
|
||||||
|
|
||||||
-const protocol_t *const http_protocol;
|
|
||||||
+extern const protocol_t *const http_protocol;
|
|
||||||
|
|
||||||
#endif
|
|
||||||
--- a/src/tls.h
|
|
||||||
+++ b/src/tls.h
|
|
||||||
@@ -28,6 +28,6 @@
|
|
||||||
|
|
||||||
#include "protocol.h"
|
|
||||||
|
|
||||||
-const protocol_t *const tls_protocol;
|
|
||||||
+extern const protocol_t *const tls_protocol;
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue
Block a user