commit | e232a74a0537f33ef79f82d15c4de9ff8ccc8616 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Sep 29 17:34:17 2020 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Sep 29 17:34:17 2020 -0700 |
tree | 8e6642fcf46a11942fefe291210e0043ee18bc21 | |
parent | a749f44d1573b86152481ce88cf01633c041e635 [diff] [blame] |
clean header file include Change-Id: I5df52db13f964a92bba7cc8659ec6bcc222f5cbb
diff --git a/src/crypto-support/crypto-helper.hpp b/src/crypto-support/crypto-helper.hpp index 53f57f1..ad8aa22 100644 --- a/src/crypto-support/crypto-helper.hpp +++ b/src/crypto-support/crypto-helper.hpp
@@ -21,11 +21,10 @@ #ifndef NDNCERT_CRYPTO_SUPPORT_CRYPTO_HELPER_HPP #define NDNCERT_CRYPTO_SUPPORT_CRYPTO_HELPER_HPP +#include "request-state.hpp" #include <openssl/ec.h> #include <openssl/evp.h> -#include "certificate-request.hpp" - namespace ndn { namespace ndncert {