diff options
| author | Park Zhou <buildpaas@gmail.com> | 2022-11-03 08:46:41 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-11-04 14:06:20 +0000 |
| commit | 334521b960a2a4412e9e7486c89e9981cf160ddb (patch) | |
| tree | 66e274d1eea3df7f8c34f9b01ed241807e4a7e10 | |
| parent | a3485e174077e5296d3d4a43ca31d2d21b40be2c (diff) | |
| download | go-x-crypto-334521b960a2a4412e9e7486c89e9981cf160ddb.tar.xz | |
ssh: fix typo
Change-Id: I560d7f5a62161cd88361a9fe9982d36f8e25e5af
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/447475
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
| -rw-r--r-- | ssh/messages.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/messages.go b/ssh/messages.go index 19bc67c..922032d 100644 --- a/ssh/messages.go +++ b/ssh/messages.go @@ -68,7 +68,7 @@ type kexInitMsg struct { // See RFC 4253, section 8. -// Diffie-Helman +// Diffie-Hellman const msgKexDHInit = 30 type kexDHInitMsg struct { |
