nghttpx: Fix build error regarding RAND_bytes
This commit is contained in:
parent
9fe08d3913
commit
29694e2945
|
@ -71,6 +71,7 @@
|
|||
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/rand.h>
|
||||
#include <ev.h>
|
||||
|
||||
#include <nghttp2/nghttp2.h>
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
*/
|
||||
#include "shrpx_quic_connection_handler.h"
|
||||
|
||||
#include <openssl/rand.h>
|
||||
|
||||
#include <ngtcp2/ngtcp2.h>
|
||||
|
||||
#include "shrpx_worker.h"
|
||||
|
|
Loading…
Reference in New Issue