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
TARG=crypto/cipher
GOFILES=\
cbc.go\
cfb.go\
cipher.go\
ctr.go\
io.go\
ocfb.go\
cfb.go
ofb.go
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