Commit 052ff456 authored by Rob Pike's avatar Rob Pike

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

R=agl, adg
CC=golang-dev
https://golang.org/cl/4073041
parent eead5e88
...@@ -7,10 +7,11 @@ include ../../../Make.inc ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment