summaryrefslogtreecommitdiff
path: root/include/ssl_key_handler.hpp
diff options
context:
space:
mode:
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 d12fcabdc2..d7255dd87d 100644
--- a/include/ssl_key_handler.hpp
+++ b/include/ssl_key_handler.hpp
@@ -8,7 +8,6 @@
extern "C"
{
#include <nghttp2/nghttp2.h>
-}
#include <openssl/bio.h>
#include <openssl/dh.h>
#include <openssl/dsa.h>
@@ -18,6 +17,7 @@ extern "C"
#include <openssl/rand.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
+}
#include <boost/asio/ssl/context.hpp>