tka: use ts_omit_tailnetlock in another spot, for ed25519consensus

I noticed this while modularizing clientupdate. With this in first,
moving clientupdate to be modular removes a bunch more stuff from
the minimal build + tsnet.

Updates #17115

Change-Id: I44bd055fca65808633fd3a848b0bbc09b00ad4fa
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2025-09-26 18:21:50 -07:00
committed by Brad Fitzpatrick
parent 9ae8155bab
commit e9dae5441e
5 changed files with 56 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
//go:build !ts_omit_tailnetlock
// Package tka (WIP) implements the Tailnet Key Authority.
// Package tka implements the Tailnet Key Authority (TKA) for Tailnet Lock.
package tka
import (