changeset 58:5edf356295af

merge of 3b1edf7489e1de452e30aaaec37d647db44e4328 and 6cdb6b2c0e0e0a600eeb5975e499c9303fe2d4d4
author Matt Johnston <matt@ucc.asn.au>
date Mon, 09 Aug 2004 03:21:20 +0000
parents aecba0e16e9c (diff) 6f091656c100 (current diff)
children 2ca590852f45
files
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gendss.c	Sun Aug 08 16:57:00 2004 +0000
+++ b/gendss.c	Mon Aug 09 03:21:20 2004 +0000
@@ -148,7 +148,6 @@
 
 static void getg(dss_key * key) {
 
-	char printbuf[1000];
 	mp_int div, h, val;
 
 	m_mp_init_multi(&div, &h, &val, NULL);
@@ -179,8 +178,6 @@
 	
 	} while (mp_cmp_d(key->g, 1) != MP_GT);
 
-	mp_toradix(key->g, printbuf, 10);
-
 	mp_clear_multi(&div, &h, &val, NULL);
 }