blob: d7e8a7a13a6e8b20e55f202e5cb2440e7381efc7 [file] [log] [blame]
# Copyright 2010 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.
include ../../../Make.inc
TARG=crypto/cipher
GOFILES=\
cbc.go\
cipher.go\
ctr.go\
io.go\
ocfb.go\
cfb.go
include ../../../Make.pkg