0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00
bitcoin-bitcoin-core/num.h

8 lines
106 B
C
Raw Normal View History

2013-03-08 01:20:41 +01:00
#ifndef _SECP256K1_NUM_
#define _SECP256K1_NUM_
2013-03-11 03:09:07 +01:00
#include "num_gmp.h"
// #include "num_openssl.h"
2013-03-08 01:20:41 +01:00
#endif