Merge pull request #87 from vhbit/removed-native

Removed redundant files
This commit is contained in:
Steven Fackler 2014-10-14 13:54:04 -07:00
commit 5a301cef9a
2 changed files with 0 additions and 5 deletions

View File

@ -1,4 +0,0 @@
#include <openssl/bn.h>
int bn_is_zero(BIGNUM *x) { return BN_is_zero(x); }

View File

@ -1 +0,0 @@
int bn_is_zero(BIGNUM *x);