nghttpx: Fix build error regarding RAND_bytes

This commit is contained in:
Tatsuhiro Tsujikawa 2021-08-22 23:28:10 +09:00
parent 9fe08d3913
commit 29694e2945
2 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,7 @@
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <openssl/rand.h>
#include <ev.h>
#include <nghttp2/nghttp2.h>

View File

@ -24,6 +24,8 @@
*/
#include "shrpx_quic_connection_handler.h"
#include <openssl/rand.h>
#include <ngtcp2/ngtcp2.h>
#include "shrpx_worker.h"