mirror of
https://github.com/slackhq/nebula.git
synced 2026-08-15 09:57:00 +02:00
clean up empty line
This commit is contained in:
@@ -339,7 +339,6 @@ func newCertStateFromConfig(c *config.C, cipher string) (*CertState, error) {
|
|||||||
|
|
||||||
if fips140.Enforced() && crt.Curve() != cert.Curve_P256 {
|
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())
|
return nil, fmt.Errorf("pki: use of %s is not allowed in FIPS 140-only mode", crt.Curve())
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
switch crt.Version() {
|
switch crt.Version() {
|
||||||
|
|||||||
Reference in New Issue
Block a user