Merge commit '78efc69e7c990226f4b913721ef1b308ca5bfa04'
* commit '78efc69e7c990226f4b913721ef1b308ca5bfa04': rtmpdh: Make sure ret is initialized in the nettle version of bn_hex2bn Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -77,6 +77,8 @@
|
|||||||
bn_new(bn); \
|
bn_new(bn); \
|
||||||
if (bn) \
|
if (bn) \
|
||||||
ret = (mpz_set_str(bn, buf, 16) == 0); \
|
ret = (mpz_set_str(bn, buf, 16) == 0); \
|
||||||
|
else \
|
||||||
|
ret = 1; \
|
||||||
} while (0)
|
} while (0)
|
||||||
#define bn_modexp(bn, y, q, p) mpz_powm(bn, y, q, p)
|
#define bn_modexp(bn, y, q, p) mpz_powm(bn, y, q, p)
|
||||||
#define bn_random(bn, num_bytes) \
|
#define bn_random(bn, num_bytes) \
|
||||||
|
Reference in New Issue
Block a user