delete references to ndn-cxx KeyChain v1

This commit also fixes an assertation error in TestClientModule/ProbeAndNew
test case when running with a debug build of ndn-cxx.

refs #4089

Change-Id: Ie1f6236e679f1bb9e7f269280bc3de78c2fe30f1
diff --git a/src/ca-module.cpp b/src/ca-module.cpp
index 9df8384..15f28e0 100644
--- a/src/ca-module.cpp
+++ b/src/ca-module.cpp
@@ -24,6 +24,7 @@
 #include <ndn-cxx/face.hpp>
 #include <ndn-cxx/security/verification-helpers.hpp>
 #include <ndn-cxx/security/signing-helpers.hpp>
+#include <ndn-cxx/util/random.hpp>
 
 namespace ndn {
 namespace ndncert {