Differences From Artifact [0d891adaf3]:
- File libtommath/bn_mp_sqrt.c — part of check-in [3363329d84] at 2007-04-08 18:44:44 on branch dgp-refactor — post-merge updates to make source code compile (user: dgp size: 2792)
To Artifact [bf10e26d4b]:
- File libtommath/bn_mp_sqrt.c — part of check-in [3ed4c99678] at 2008-01-22 16:55:25 on branch dgp-refactor — merge libtommath updates from vendor branch (user: dgp size: 2792)
| ︙ | ︙ | |||
122 123 124 125 126 127 128 | return res; } #endif /* $Source: /root/tcl/repos-to-convert/tcl/libtommath/bn_mp_sqrt.c,v $ */ /* Based on Tom's 1.3 */ | | | | 122 123 124 125 126 127 128 129 130 | return res; } #endif /* $Source: /root/tcl/repos-to-convert/tcl/libtommath/bn_mp_sqrt.c,v $ */ /* Based on Tom's 1.3 */ /* $Revision: 1.1.1.1.4.3 $ */ /* $Date: 2008/01/22 16:55:27 $ */ |