From 9bdf6792d7e0c040541fe3f2736cba5a53935a66 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Tue, 20 Dec 2016 23:13:25 -0500 Subject: encryption: Move all xlators to experimental rot-13 is never meant to be used in production. crypt requires a lot more attention before it can be ready for production. Hence moving both xlators to experimental. Change-Id: I6dce653c88e2ede109f3031ab9e8f318ce7d87cb Signed-off-by: Vijay Bellur --- xlators/experimental/encryption/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xlators/experimental/encryption/Makefile.am (limited to 'xlators/experimental/encryption/Makefile.am') diff --git a/xlators/experimental/encryption/Makefile.am b/xlators/experimental/encryption/Makefile.am new file mode 100644 index 00000000000..36efc6698bd --- /dev/null +++ b/xlators/experimental/encryption/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = rot-13 crypt + +CLEANFILES = -- cgit