server/keyexch.c: Always quote the peer name in `KXSTART' notifications.
[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
 }