mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
refactor: Replaces secp256k1 source by Conan package (#6089)
This change substitutes the secp256k1 source code copy by the Conan recipe added in XRPLF/conan-center-index#24, which updates the version of the library to 0.7.0.
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#include <boost/multiprecision/number.hpp>
|
||||
|
||||
#include <ed25519.h>
|
||||
#include <secp256k1.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#include <boost/utility/string_view.hpp>
|
||||
|
||||
#include <ed25519.h>
|
||||
#include <secp256k1.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
||||
Reference in New Issue
Block a user