diff options
| author | Steven Fackler <[email protected]> | 2014-10-14 13:54:04 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-10-14 13:54:04 -0700 |
| commit | 5a301cef9a346d28b84b085e46c71e8b112c722f (patch) | |
| tree | 275afe33235df634ef19db76a816513ca51f5881 | |
| parent | Merge pull request #81 from vhbit/lock-init (diff) | |
| parent | Removed redundant files (diff) | |
| download | rust-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.c | 4 | ||||
| -rw-r--r-- | native/bn_is_zero.h | 1 |
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); |