commit | dd3599170497a25e9855a5d0bd86f6acd03fcd14 | [log] [tgz] |
---|---|---|
author | tylerliu <tylersiqi@163.com> | Tue Oct 20 13:05:22 2020 -0700 |
committer | tylerliu <tylersiqi@163.com> | Tue Oct 20 13:05:22 2020 -0700 |
tree | 5cdd54aa3eefcbd76dc035634f84f2525b455cd1 | |
parent | c9f9fac9c514f774daca7d257c8905f9701e8c00 [diff] [blame] |
add NDNCERT_prefix and small fixes Change-Id: I7ad5e3258599e62cce437555e64a3b461b08f8e6
diff --git a/src/detail/crypto-helper.hpp b/src/detail/crypto-helper.hpp index 8463eb6..ecf9327 100644 --- a/src/detail/crypto-helper.hpp +++ b/src/detail/crypto-helper.hpp
@@ -43,7 +43,7 @@ uint8_t m_sharedSecret[256]; size_t m_sharedSecretLen; -PUBLIC_WITH_TESTS_ELSE_PRIVATE: +NDNCERT_PUBLIC_WITH_TESTS_ELSE_PRIVATE: uint8_t* deriveSecret(const uint8_t* peerkey, size_t peerKeySize);