X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/a93aacce200e0d68b614d8bfb05d9cbeba850b12..0d9974ba1c7a707352f9d50f592b39b095de534d:/server/keyset.c diff --git a/server/keyset.c b/server/keyset.c index 6da6cc0f..94fcae02 100644 --- a/server/keyset.c +++ b/server/keyset.c @@ -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 }