summaryrefslogtreecommitdiff
path: root/include/ssl_key_handler.hpp
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2018-11-30 02:45:10 +0300
committerEd Tanous <ed.tanous@intel.com>2018-12-04 21:29:23 +0300
commit3112a144b3d47b8927ef1ad0eaa2094c7fbb96fe (patch)
tree5657e2d795e5ead3f59f1578fdf35597b4c367b2 /include/ssl_key_handler.hpp
parent99ad5995089bace233dac20de28ef021591d89c1 (diff)
downloadbmcweb-3112a144b3d47b8927ef1ad0eaa2094c7fbb96fe.tar.xz
bmcweb: Fix header includes to be more specific
In a lot of cases, the header include patterns were really bad. For example, pulling in all of boost asio via boost/asio.hpp, rather than pulling in the lesser equivalents. This should reduce the build times, although I have no data on that at the moment. Tested By: Code still compiles Change-Id: I0f4656d35cf6d7722d1b515baaccbfc27cf98961 Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'include/ssl_key_handler.hpp')
-rw-r--r--include/ssl_key_handler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ssl_key_handler.hpp b/include/ssl_key_handler.hpp
index 47893bfb5e..32d7a7368b 100644
--- a/include/ssl_key_handler.hpp
+++ b/include/ssl_key_handler.hpp
@@ -11,7 +11,7 @@
#include <openssl/rsa.h>
#include <openssl/ssl.h>
-#include <boost/asio.hpp>
+#include <boost/asio/ssl/context.hpp>
#include <random>
namespace ensuressl