Removed redundant files

This commit is contained in:
Valerii Hiora 2014-10-14 22:45:03 +03:00
parent 60dce4c219
commit 687a0e7440
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);