mon/tripemon.in: Add per-peer key selection and mobile options.
[tripe] / server / keyset.c
index 6da6cc0..94fcae0 100644 (file)
@@ -236,6 +236,7 @@ static void gen_dir(const algswitch *algs, struct ksdir *ksd,
 
   SETKEY("encryption", c, GC_INIT);
   SETKEY("integrity", m, GM_KEY);
+  SETKEY("blkc", b, GC_INIT);
 
 #undef SETKEY
 }