1
0
mirror of https://github.com/golang/go synced 2024-11-24 22:00:09 -07:00

crypto/cipher: fix build (missing file in Makefile)

R=agl, adg
CC=golang-dev
https://golang.org/cl/4073041
This commit is contained in:
Rob Pike 2011-01-18 20:56:55 -08:00
parent eead5e8879
commit 052ff45690

View File

@ -7,10 +7,11 @@ include ../../../Make.inc
TARG=crypto/cipher TARG=crypto/cipher
GOFILES=\ GOFILES=\
cbc.go\ cbc.go\
cfb.go\
cipher.go\ cipher.go\
ctr.go\ ctr.go\
io.go\ io.go\
ocfb.go\ ocfb.go\
cfb.go ofb.go
include ../../../Make.pkg include ../../../Make.pkg