mirror of
https://github.com/slackhq/nebula.git
synced 2026-07-02 03:20:29 +02:00
boringcrypto cleanup
This commit is contained in:
@@ -23,7 +23,7 @@ func TestNewCipherStateDispatch(t *testing.T) {
|
||||
encA, _ := buildCipherStates(t, CipherAESGCM)
|
||||
encC, _ := buildCipherStates(t, noise.CipherChaChaPoly)
|
||||
|
||||
if !fips140.Enabled() {
|
||||
if !boringEnabled && !fips140.Enabled() {
|
||||
assert.IsType(t, &CipherStateAESGCM{}, NewCipherState(encA, CipherAESGCM))
|
||||
} else {
|
||||
// fips140
|
||||
|
||||
Reference in New Issue
Block a user