diff options
Diffstat (limited to 'net/sniproxy/files/patch-src_tls.h')
-rw-r--r-- | net/sniproxy/files/patch-src_tls.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/sniproxy/files/patch-src_tls.h b/net/sniproxy/files/patch-src_tls.h new file mode 100644 index 000000000000..af3540daa759 --- /dev/null +++ b/net/sniproxy/files/patch-src_tls.h @@ -0,0 +1,10 @@ +--- src/tls.h.orig 2018-12-06 04:14:58 UTC ++++ src/tls.h +@@ -28,6 +28,6 @@ + + #include "protocol.h" + +-const struct Protocol *const tls_protocol; ++extern const struct Protocol *const tls_protocol; + + #endif |