diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-05-10 20:17:28 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-05-10 20:17:28 (GMT) |
commit | 2bfc68501866a3efdbc3da722c3968f8ce0004ec (patch) | |
tree | 44715e3214b51e3cda135dcf59337464d7960aa1 /libtommath | |
parent | 1fa3f8714cf2fac0c01da703897397454a410d9b (diff) | |
download | tcl-2bfc68501866a3efdbc3da722c3968f8ce0004ec.zip tcl-2bfc68501866a3efdbc3da722c3968f8ce0004ec.tar.gz tcl-2bfc68501866a3efdbc3da722c3968f8ce0004ec.tar.bz2 |
Fixes for C++-style comment and bad NaN on PA-RISC
Diffstat (limited to 'libtommath')
-rw-r--r-- | libtommath/tommath_superclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/tommath_superclass.h b/libtommath/tommath_superclass.h index b50ecb0..e3926df 100644 --- a/libtommath/tommath_superclass.h +++ b/libtommath/tommath_superclass.h @@ -4,7 +4,7 @@ #define LTM_ALL /* RSA only (does not support DH/DSA/ECC) */ -// #define SC_RSA_1 +/* #define SC_RSA_1 */ /* For reference.... On an Athlon64 optimizing for speed... |