mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-09 09:51:08 +02:00
Remove traces of old mpz-based num
This commit is contained in:
@ -3,9 +3,7 @@
|
||||
|
||||
#include "../num.h"
|
||||
|
||||
#if defined(USE_NUM_GMPN)
|
||||
#include "num_gmpn.h"
|
||||
#elif defined(USE_NUM_GMP)
|
||||
#if defined(USE_NUM_GMP)
|
||||
#include "num_gmp.h"
|
||||
#elif defined(USE_NUM_OPENSSL)
|
||||
#include "num_openssl.h"
|
||||
|
Reference in New Issue
Block a user