mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
8 lines
106 B
C
8 lines
106 B
C
#ifndef _SECP256K1_NUM_
|
|
#define _SECP256K1_NUM_
|
|
|
|
#include "num_gmp.h"
|
|
// #include "num_openssl.h"
|
|
|
|
#endif
|