Merge pull request #87 from vhbit/removed-native
Removed redundant files
This commit is contained in:
commit
5a301cef9a
|
|
@ -1,4 +0,0 @@
|
||||||
#include <openssl/bn.h>
|
|
||||||
|
|
||||||
int bn_is_zero(BIGNUM *x) { return BN_is_zero(x); }
|
|
||||||
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
int bn_is_zero(BIGNUM *x);
|
|
||||||
Loading…
Reference in New Issue