move crypto support files into protocol details

Change-Id: Ia36e2f7a5c0b74a1b0117611b32df04a88d883b4
diff --git a/src/ca-module.cpp b/src/ca-module.cpp
index 0318a05..821372b 100644
--- a/src/ca-module.cpp
+++ b/src/ca-module.cpp
@@ -19,7 +19,7 @@
  */
 
 #include "ca-module.hpp"
-#include "crypto-support/enc-tlv.hpp"
+#include "protocol-detail/enc-tlv.hpp"
 #include "identity-challenge/challenge-module.hpp"
 #include "name-assignments/assignment-funcs.hpp"
 #include "protocol-detail/challenge.hpp"