commit | 0b537b9250acf50730df8a8f24c6cd580f3eea9a | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Aug 27 14:39:34 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 11 13:01:06 2016 -0700 |
tree | 6e7f655e2175c1630bdd84271542c9d8aa9a8c22 | |
parent | b263f151d7c1ffbdfd03a913d66bd69f8f1db5c4 [diff] [blame] |
util: generate random bytes using OpenSSL instead of CryptoPP Change-Id: I68bdac565242432fa53a1f113d6f395bf3c6e982 Refs: #3010, #2949
diff --git a/src/security/detail/openssl.hpp b/src/security/detail/openssl.hpp index 09a6f68..d3ab592 100644 --- a/src/security/detail/openssl.hpp +++ b/src/security/detail/openssl.hpp
@@ -40,6 +40,6 @@ #include <openssl/pem.h> #include <openssl/hmac.h> #include <openssl/x509.h> - +#include <openssl/err.h> #endif // NDN_SECURITY_DETAIL_OPENSSL_HPP