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:
parent
eead5e8879
commit
052ff45690
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user