aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-10-14 13:54:04 -0700
committerSteven Fackler <[email protected]>2014-10-14 13:54:04 -0700
commit5a301cef9a346d28b84b085e46c71e8b112c722f (patch)
tree275afe33235df634ef19db76a816513ca51f5881
parentMerge pull request #81 from vhbit/lock-init (diff)
parentRemoved redundant files (diff)
downloadrust-openssl-5a301cef9a346d28b84b085e46c71e8b112c722f.tar.xz
rust-openssl-5a301cef9a346d28b84b085e46c71e8b112c722f.zip
Merge pull request #87 from vhbit/removed-native
Removed redundant files
-rw-r--r--native/bn_is_zero.c4
-rw-r--r--native/bn_is_zero.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/native/bn_is_zero.c b/native/bn_is_zero.c
deleted file mode 100644
index b0a4300b..00000000
--- a/native/bn_is_zero.c
+++ /dev/null
@@ -1,4 +0,0 @@
-#include <openssl/bn.h>
-
-int bn_is_zero(BIGNUM *x) { return BN_is_zero(x); }
-
diff --git a/native/bn_is_zero.h b/native/bn_is_zero.h
deleted file mode 100644
index 8ec36c35..00000000
--- a/native/bn_is_zero.h
+++ /dev/null
@@ -1 +0,0 @@
-int bn_is_zero(BIGNUM *x);