The unified diff between revisions [0dc5b2d6..] and [b14c94b9..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'bn_fast_mp_montgomery_reduce.c'
#
#
# patch "bn_fast_mp_montgomery_reduce.c"
# from [325a7d4683d34160114e1c5c4bdee24f78d53e34]
# to [78d8d5998865b41471663c55715fb1dd6752cee7]
#
============================================================
--- bn_fast_mp_montgomery_reduce.c 325a7d4683d34160114e1c5c4bdee24f78d53e34
+++ bn_fast_mp_montgomery_reduce.c 78d8d5998865b41471663c55715fb1dd6752cee7
@@ -23,8 +23,7 @@
*
* Based on Algorithm 14.32 on pp.601 of HAC.
*/
-int
-fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho)
+int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho)
{
int ix, res, olduse;
mp_word W[MP_WARRAY];