summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_s_mp_sub.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-20 09:07:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-20 09:07:35 (GMT)
commit65703d1f87d85eea842224137695c20c320c7bd7 (patch)
tree57406e965f588883b917e212fb93e93ac84f72cc /libtommath/bn_s_mp_sub.c
parentf75f76c9d479632f92d722036fdb45311338021f (diff)
downloadtcl-65703d1f87d85eea842224137695c20c320c7bd7.zip
tcl-65703d1f87d85eea842224137695c20c320c7bd7.tar.gz
tcl-65703d1f87d85eea842224137695c20c320c7bd7.tar.bz2
Further astyle formatting of libtommath. No functional changes.
Diffstat (limited to 'libtommath/bn_s_mp_sub.c')
-rw-r--r--libtommath/bn_s_mp_sub.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtommath/bn_s_mp_sub.c b/libtommath/bn_s_mp_sub.c
index 8373025..52b8096 100644
--- a/libtommath/bn_s_mp_sub.c
+++ b/libtommath/bn_s_mp_sub.c
@@ -16,8 +16,7 @@
*/
/* low level subtraction (assumes |a| > |b|), HAC pp.595 Algorithm 14.9 */
-int
-s_mp_sub(const mp_int *a, const mp_int *b, mp_int *c)
+int s_mp_sub(const mp_int *a, const mp_int *b, mp_int *c)
{
int olduse, res, min, max;