mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-22 08:24:25 +01:00
cert: fix dropped errors (#961)
This commit is contained in:
@@ -272,6 +272,9 @@ func EncryptAndMarshalSigningPrivateKey(curve Curve, b []byte, passphrase []byte
|
||||
},
|
||||
Ciphertext: ciphertext,
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
switch curve {
|
||||
case Curve_CURVE25519:
|
||||
|
||||
Reference in New Issue
Block a user