mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-08 14:34:53 -05:00
Remove traces of old mpz-based num
This commit is contained in:
parent
f491cd35df
commit
42f5e7c58d
2 changed files with 2 additions and 6 deletions
|
@ -3,9 +3,7 @@
|
||||||
|
|
||||||
#include "../num.h"
|
#include "../num.h"
|
||||||
|
|
||||||
#if defined(USE_NUM_GMPN)
|
#if defined(USE_NUM_GMP)
|
||||||
#include "num_gmpn.h"
|
|
||||||
#elif defined(USE_NUM_GMP)
|
|
||||||
#include "num_gmp.h"
|
#include "num_gmp.h"
|
||||||
#elif defined(USE_NUM_OPENSSL)
|
#elif defined(USE_NUM_OPENSSL)
|
||||||
#include "num_openssl.h"
|
#include "num_openssl.h"
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
#ifndef _SECP256K1_NUM_
|
#ifndef _SECP256K1_NUM_
|
||||||
#define _SECP256K1_NUM_
|
#define _SECP256K1_NUM_
|
||||||
|
|
||||||
#if defined(USE_NUM_GMPN)
|
#if defined(USE_NUM_GMP)
|
||||||
#include "num_gmpn.h"
|
|
||||||
#elif defined(USE_NUM_GMP)
|
|
||||||
#include "num_gmp.h"
|
#include "num_gmp.h"
|
||||||
#elif defined(USE_NUM_OPENSSL)
|
#elif defined(USE_NUM_OPENSSL)
|
||||||
#include "num_openssl.h"
|
#include "num_openssl.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue