0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00
bitcoin-bitcoin-core/num.h
Pieter Wuille 14b195ee65 fix tests
2013-03-10 21:41:54 +01:00

7 lines
106 B
C

#ifndef _SECP256K1_NUM_
#define _SECP256K1_NUM_
// #include "num_gmp.h"
#include "num_openssl.h"
#endif