Skip to content

Commit b769efc

Browse files
committed
ssh: add IUTF8 constant from RFC 8160
Change-Id: I65ac40d86c4f0ee5552cd2e167ac91a735f6c56e Reviewed-on: https://go-review.googlesource.com/c/crypto/+/392134 Trust: Brad Fitzpatrick <[email protected]> Run-TryBot: Brad Fitzpatrick <[email protected]> Reviewed-by: David Crawshaw <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Maisem Ali <[email protected]>
1 parent 6068a2e commit b769efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ssh/session.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ const (
8585
IXANY = 39
8686
IXOFF = 40
8787
IMAXBEL = 41
88+
IUTF8 = 42 // RFC 8160
8889
ISIG = 50
8990
ICANON = 51
9091
XCASE = 52

0 commit comments

Comments
 (0)