bitcoin/num.h

8 lines
106 B
C
Raw Normal View History

2013-03-07 21:20:41 -03:00
#ifndef _SECP256K1_NUM_
#define _SECP256K1_NUM_
2013-03-10 17:41:54 -03:00
// #include "num_gmp.h"
#include "num_openssl.h"
2013-03-07 21:20:41 -03:00
#endif