diff options
Diffstat (limited to 'src/crypto/crypto_wolfssl.c')
-rw-r--r-- | src/crypto/crypto_wolfssl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/crypto/crypto_wolfssl.c b/src/crypto/crypto_wolfssl.c index 976a008651b75..4cedab4367cd4 100644 --- a/src/crypto/crypto_wolfssl.c +++ b/src/crypto/crypto_wolfssl.c @@ -1198,12 +1198,6 @@ int crypto_bignum_cmp(const struct crypto_bignum *a, } -int crypto_bignum_bits(const struct crypto_bignum *a) -{ - return mp_count_bits((mp_int *) a); -} - - int crypto_bignum_is_zero(const struct crypto_bignum *a) { return mp_iszero((mp_int *) a); |