update requester and cmd line tool after testing cmd line tool

Change-Id: I301ac41a402ef3e808017aad9a79ddfe7117942d
diff --git a/src/requester.hpp b/src/requester.hpp
index 7e40b9b..ab987dd 100644
--- a/src/requester.hpp
+++ b/src/requester.hpp
@@ -117,6 +117,9 @@
   static boost::optional<CaProfile>
   onCaProfileResponse(const Data& reply);
 
+  static boost::optional<CaProfile>
+  onCaProfileResponseAfterRedirection(const Data& reply, const Name& caCertFullName);
+
   /**
    * Generates a PROBE interest to the CA (for suggested name assignments).
    * @param ca the CA that interest is send to