move crypto support files into protocol details

Change-Id: Ia36e2f7a5c0b74a1b0117611b32df04a88d883b4
diff --git a/src/ca-module.hpp b/src/ca-module.hpp
index 64af10a..652a7e4 100644
--- a/src/ca-module.hpp
+++ b/src/ca-module.hpp
@@ -22,7 +22,7 @@
 #define NDNCERT_CA_MODULE_HPP
 
 #include "configuration.hpp"
-#include "crypto-support/crypto-helper.hpp"
+#include "protocol-detail/crypto-helper.hpp"
 #include "ca-storage/ca-storage.hpp"
 
 namespace ndn {