clean up empty line

This commit is contained in:
Wade Simmons
2026-07-29 14:40:11 -04:00
parent 7c00c74550
commit bf2f26b66f
-1
View File
@@ -339,7 +339,6 @@ func newCertStateFromConfig(c *config.C, cipher string) (*CertState, error) {
if fips140.Enforced() && crt.Curve() != cert.Curve_P256 {
return nil, fmt.Errorf("pki: use of %s is not allowed in FIPS 140-only mode", crt.Curve())
}
switch crt.Version() {