summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/cipher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/cipher/Makefile')
-rw-r--r--src/pkg/crypto/cipher/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/crypto/cipher/Makefile b/src/pkg/crypto/cipher/Makefile
index d7e8a7a13..8f61cf20b 100644
--- a/src/pkg/crypto/cipher/Makefile
+++ b/src/pkg/crypto/cipher/Makefile
@@ -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