commit | 97128e926c8253f02cf25d2ca9881cadc426df2c | [log] [tgz] |
---|---|---|
author | Nan Zhou <nanzhoumails@gmail.com> | Tue Aug 17 12:01:55 2021 -0700 |
committer | Nan Zhou <nanzhoumails@gmail.com> | Tue Aug 17 12:06:08 2021 -0700 |
tree | 4fbe3a4151584a02dc79a602e4166a2268849e96 | |
parent | ffb05364bbd72df89f3b3c558cdbee887681387b [diff] [blame] |
bmcweb: fix the random headers bmcweb::OpenSSLGenerator is defined in include/random.hpp. Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I1d8751b49a0121526a40b885ed7f5b520640f9f0
diff --git a/include/ssl_key_handler.hpp b/include/ssl_key_handler.hpp index 9332aa5..7710ae2 100644 --- a/include/ssl_key_handler.hpp +++ b/include/ssl_key_handler.hpp
@@ -11,6 +11,7 @@ #include <openssl/ssl.h> #include <boost/asio/ssl/context.hpp> +#include <random.hpp> #include <random>