Diff
Not logged in

Differences From Artifact [acfc6896a2]:

To Artifact [06efa07ee8]:


24
25
26
27
28
29
30




  mp_int  t;

  t  = *a;
  *a = *b;
  *b = t;
}
#endif











>
>
>
>
24
25
26
27
28
29
30
31
32
33
34
  mp_int  t;

  t  = *a;
  *a = *b;
  *b = t;
}
#endif

/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/bn_mp_exch.c,v $ */
/* $Revision: 1.1.1.2 $ */
/* $Date: 2005/09/26 16:31:56 $ */