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_to_unsigned_bin.c'
#
#
# patch "bn_mp_to_unsigned_bin.c"
# from [b63653084377cf62c63b7ad3f5fbe8b3bc1daa7e]
# to [efb1eee1129615146646f646378a25742c9a6492]
#
============================================================
--- bn_mp_to_unsigned_bin.c b63653084377cf62c63b7ad3f5fbe8b3bc1daa7e
+++ bn_mp_to_unsigned_bin.c efb1eee1129615146646f646378a25742c9a6492
@@ -16,8 +16,7 @@
*/
/* store in unsigned [big endian] format */
-int
-mp_to_unsigned_bin (mp_int * a, unsigned char *b)
+int mp_to_unsigned_bin (mp_int * a, unsigned char *b)
{
int x, res;
mp_int t;