chiark / gitweb /
sigkey handling: define MAX_SIG_KEYS
[secnet.git] / secnet.h
index dd5650d03f98c6451aaa3335e611ef700b3580b5..f7bb3e5685128c7fdf0290f93e1ac17bb824ebca 100644 (file)
--- a/secnet.h
+++ b/secnet.h
@@ -49,6 +49,7 @@
 /* send at most this many copies; honour at most that many addresses */
 
 #define MAX_NAK_MSG 80
+#define MAX_SIG_KEYS 4
 
 struct hash_if;
 struct comm_if;