bulletproofs: #include <openssl/bn.h>

Apparently needed for openssl 1.1.x
This commit is contained in:
moneromooo-monero 2018-08-21 15:28:06 +00:00
parent 2bf636503f
commit 8f418a6db0
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 0 deletions

View File

@ -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"