move vendored go-ghcs-crypto to internal module
This commit is contained in:
parent
219a22ef12
commit
efb2569d2b
69 changed files with 21755 additions and 0 deletions
12
internal/crypto/ssh/terminal/util_aix.go
Normal file
12
internal/crypto/ssh/terminal/util_aix.go
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// Copyright 2018 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build aix
|
||||
|
||||
package terminal
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const ioctlReadTermios = unix.TCGETS
|
||||
const ioctlWriteTermios = unix.TCSETS
|
||||
Loading…
Add table
Add a link
Reference in a new issue