aboutsummaryrefslogtreecommitdiff
path: root/ssh/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/server_test.go')
-rw-r--r--ssh/server_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/server_test.go b/ssh/server_test.go
index c2b24f4..5bd18db 100644
--- a/ssh/server_test.go
+++ b/ssh/server_test.go
@@ -212,7 +212,7 @@ func TestNewServerConnValidationErrors(t *testing.T) {
serverConf = &ServerConfig{
Config: Config{
- KeyExchanges: []string{kexAlgoDHGEXSHA256},
+ KeyExchanges: []string{KeyExchangeDHGEXSHA256},
},
}
c = &markerConn{}