diff options
author | Sage Weil <sage@newdream.net> | 2010-02-02 19:07:07 -0500 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-02-10 18:04:46 -0500 |
commit | 8b6e4f2d8b21c25225b1ce8d53a2e03b92cc8522 (patch) | |
tree | a89355726cc37f064629232360574531eec8dc4a /fs/ceph/Makefile | |
parent | c7e337d6490d6f2f5e66ddf1b04d00b0dbd10108 (diff) |
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/Makefile | 1 |
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 \ | |||
14 | osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \ | 14 | osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \ |
15 | debugfs.o \ | 15 | debugfs.o \ |
16 | auth.o auth_none.o \ | 16 | auth.o auth_none.o \ |
17 | crypto.o armor.o \ | ||
17 | ceph_fs.o ceph_strings.o ceph_hash.o ceph_frag.o | 18 | ceph_fs.o ceph_strings.o ceph_hash.o ceph_frag.o |
18 | 19 | ||
19 | else | 20 | else |