Compare commits

..

1 Commits

Author SHA1 Message Date
0bdd30f506 make the linter happy 2025-11-19 23:23:18 -08:00

View File

@@ -179,6 +179,8 @@ func (ka KeyAlgo) String() string {
return "Ed25519"
case x509.DSA:
return "DSA"
case x509.UnknownPublicKeyAlgorithm:
fallthrough // make linter happy
default:
return "unknown"
}