Fix compile error without BoringSSL
This commit is contained in:
parent
22a89ff7a6
commit
f150f9aec4
|
@ -50,7 +50,6 @@
|
|||
#endif // HAVE_SPDYLAY
|
||||
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/conf.h>
|
||||
|
||||
#include "http-parser/http_parser.h"
|
||||
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
#include <tuple>
|
||||
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/conf.h>
|
||||
|
||||
#ifdef HAVE_JANSSON
|
||||
#include <jansson.h>
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/conf.h>
|
||||
#include <nghttp2/nghttp2.h>
|
||||
|
||||
#include "app_helper.h"
|
||||
|
|
|
@ -67,8 +67,6 @@
|
|||
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/conf.h>
|
||||
|
||||
#include <ev.h>
|
||||
|
||||
#include <nghttp2/nghttp2.h>
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <iostream>
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/conf.h>
|
||||
|
||||
namespace nghttp2 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue