bulletproofs: #include <openssl/bn.h>
Apparently needed for openssl 1.1.x
This commit is contained in:
parent
2bf636503f
commit
8f418a6db0
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/bn.h>
|
||||
#include <boost/thread/mutex.hpp>
|
||||
#include "misc_log_ex.h"
|
||||
#include "common/perf_timer.h"
|
||||
|
|
Loading…
Reference in New Issue