aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/Makefile
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-02-02 16:07:07 -0800
committerSage Weil <sage@newdream.net>2010-02-10 15:04:46 -0800
commit8b6e4f2d8b21c25225b1ce8d53a2e03b92cc8522 (patch)
treea89355726cc37f064629232360574531eec8dc4a /fs/ceph/Makefile
parentceph: buffer decoding helpers (diff)
downloadlinux-dev-8b6e4f2d8b21c25225b1ce8d53a2e03b92cc8522.tar.xz
linux-dev-8b6e4f2d8b21c25225b1ce8d53a2e03b92cc8522.zip
ceph: aes crypto and base64 encode/decode helpers
Helpers to encrypt/decrypt AES and base64. Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/Makefile')
-rw-r--r--fs/ceph/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/Makefile b/fs/ceph/Makefile
index 47caf2f1b75a..85a588e43e7d 100644
--- a/fs/ceph/Makefile
+++ b/fs/ceph/Makefile
@@ -14,6 +14,7 @@ ceph-objs := super.o inode.o dir.o file.o addr.o ioctl.o \
osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
debugfs.o \
auth.o auth_none.o \
+ crypto.o armor.o \
ceph_fs.o ceph_strings.o ceph_hash.o ceph_frag.o
else