update mem leak in crypto helpers

Change-Id: Id9294dba9f1f2639edc58b5112b619eeee80af55
diff --git a/src/ca-module.cpp b/src/ca-module.cpp
index 98fb2ab..67b034b 100644
--- a/src/ca-module.cpp
+++ b/src/ca-module.cpp
@@ -19,7 +19,7 @@
  */
 
 #include "ca-module.hpp"
-#include "detail/crypto-helper.hpp"
+#include "detail/crypto-helpers.hpp"
 #include "identity-challenge/challenge-module.hpp"
 #include "name-assignment/assignment-func.hpp"
 #include "detail/challenge-encoder.hpp"