go.crypto: various: fix appengine compatibility

Fixes golang/go#4102.

R=russross, minux.ma, rsc, agl
CC=golang-dev
https://golang.org/cl/6623053
This commit is contained in:
Dave Cheney
2012-10-09 13:15:42 +11:00
parent 34e6ae6050
commit 24437a6651

View File

@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build linux
// +build linux,!appengine
// Package terminal provides support functions for dealing with terminals, as
// commonly found on UNIX systems.