mirror of
https://github.com/golang/go
synced 2024-11-21 15:24:45 -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:
parent
eead5e8879
commit
052ff45690
@ -7,10 +7,11 @@ include ../../../Make.inc
|
||||
TARG=crypto/cipher
|
||||
GOFILES=\
|
||||
cbc.go\
|
||||
cfb.go\
|
||||
cipher.go\
|
||||
ctr.go\
|
||||
io.go\
|
||||
ocfb.go\
|
||||
cfb.go
|
||||
ofb.go
|
||||
|
||||
include ../../../Make.pkg
|
||||
|
Loading…
Reference in New Issue
Block a user