move vendored go-ghcs-crypto to internal module

This commit is contained in:
Alan Donovan 2021-09-10 12:29:25 -04:00
parent 219a22ef12
commit efb2569d2b
69 changed files with 21755 additions and 0 deletions

View 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