mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
wolfSSL_BN_is_odd(): fix function signature to match header (unsigned long reverted to WOLFSSL_BN_ULONG).
This commit is contained in:
@@ -46279,7 +46279,7 @@ int wolfSSL_BN_is_odd(const WOLFSSL_BIGNUM* bn)
|
|||||||
|
|
||||||
/* return compliant with OpenSSL
|
/* return compliant with OpenSSL
|
||||||
* 1 if BIGNUM is word, 0 else */
|
* 1 if BIGNUM is word, 0 else */
|
||||||
int wolfSSL_BN_is_word(const WOLFSSL_BIGNUM* bn, unsigned long w)
|
int wolfSSL_BN_is_word(const WOLFSSL_BIGNUM* bn, WOLFSSL_BN_ULONG w)
|
||||||
{
|
{
|
||||||
WOLFSSL_MSG("wolfSSL_BN_is_word");
|
WOLFSSL_MSG("wolfSSL_BN_is_word");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user