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.c'
#
#
# patch "bn_mp_reduce_2k.c"
# from [9aa2bd43d0e23a59c71b2ee1461823cad97cbc1b]
# to [3a75893da1c3a1c868056cb31e118a3683200bd5]
#
============================================================
--- bn_mp_reduce_2k.c 9aa2bd43d0e23a59c71b2ee1461823cad97cbc1b
+++ bn_mp_reduce_2k.c 3a75893da1c3a1c868056cb31e118a3683200bd5
@@ -16,8 +16,7 @@
*/
/* reduces a modulo n where n is of the form 2**p - d */
-int
-mp_reduce_2k(mp_int *a, mp_int *n, mp_digit d)
+int mp_reduce_2k(mp_int *a, mp_int *n, mp_digit d)
{
mp_int q;
int p, res;