-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/golang.org/x/crypto/ssh/cipher.go:245: undefined: cipher.AEAD #9
Comments
What's the version of go you're using? (output of "go version") |
go version go1.0.2 |
You'll need at least go1.2 where crypto/cipher#AEAD was introduced. You should try wheezy-backports (go1.3.3), or even better just build go from source and use. |
tommics—did you get this resolved? I'm having the same issue. |
does not work too davetoxa@workandplay:~/rtop$ go version
go version go1.1.2 linux/386
davetoxa@workandplay:~/rtop$ make
GOPATH=`pwd` go build -o rtop src/*.go
# golang.org/x/crypto/ssh
src/golang.org/x/crypto/ssh/cipher.go:245: undefined: cipher.AEAD
src/golang.org/x/crypto/ssh/cipher.go:257: undefined: cipher.NewGCM
make: *** [rtop] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when trying to compile on debian wheezy:
The text was updated successfully, but these errors were encountered: