bulletproofs: #include <openssl/bn.h>

Apparently needed for openssl 1.1.x
release-v0.5.1
moneromooo-monero 6 years ago
parent 2bf636503f
commit 8f418a6db0
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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…
Cancel
Save