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_mp_reduce_2k_setup.c'
#
#
# patch "bn_mp_reduce_2k_setup.c"
# from [6989724dbee168ff723d4732c1f5bf29fb05dd33]
# to [94f2c64d767763bc4c38322b408d768ca2aa4ecc]
#
============================================================
--- bn_mp_reduce_2k_setup.c 6989724dbee168ff723d4732c1f5bf29fb05dd33
+++ bn_mp_reduce_2k_setup.c 94f2c64d767763bc4c38322b408d768ca2aa4ecc
@@ -16,8 +16,7 @@
*/
/* determines the setup value */
-int
-mp_reduce_2k_setup(mp_int *a, mp_digit *d)
+int mp_reduce_2k_setup(mp_int *a, mp_digit *d)
{
int res, p;
mp_int tmp;