diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2019-08-22 02:58:49 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2019-08-22 02:58:49 +0000 |
| commit | 61ba7d6203bdf21c1e14dda217e1bcbe7b35abf6 (patch) | |
| tree | 1a98b35c0a77ae6d183c5ad2e1f4322ad057f642 /src/crypto/crypto_wolfssl.c | |
| parent | 6e6d0eb51ef7b7487340bae7f20097ee5a57dbf4 (diff) | |
Notes
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 976a008651b7..4cedab4367cd 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); |
