blob: af3540daa75982baf88a3b3380fd9d395e3d73a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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
|