aboutsummaryrefslogtreecommitdiff
path: root/http_global.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_global.go')
-rw-r--r--http_global.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/http_global.go b/http_global.go
new file mode 100644
index 0000000..3e06171
--- /dev/null
+++ b/http_global.go
@@ -0,0 +1,6 @@
+package main
+
+var global_data = map[string]any {
+ "server_public_key_string": &server_public_key_string,
+ "server_public_key_fingerprint": &server_public_key_fingerprint,
+}