From 4bb5b9751830d0adf637ffd01ad4bb4ea1f8cb64 Mon Sep 17 00:00:00 2001 From: Michael Borkenstein Date: Thu, 17 Oct 2019 11:51:45 -0500 Subject: [PATCH] Adds variable to fix windows build --- sshserver/sshserver_windows.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sshserver/sshserver_windows.go b/sshserver/sshserver_windows.go index 085d6e08..d2cb617a 100644 --- a/sshserver/sshserver_windows.go +++ b/sshserver/sshserver_windows.go @@ -11,6 +11,8 @@ import ( "github.com/sirupsen/logrus" ) +const SSHPreambleLength = 2 + type SSHServer struct{} type SSHPreamble struct {