aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/primegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/primegen.c')
-rw-r--r--cipher/primegen.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cipher/primegen.c b/cipher/primegen.c
index 1ad163332..450337905 100644
--- a/cipher/primegen.c
+++ b/cipher/primegen.c
@@ -241,7 +241,8 @@ generate_elg_prime( int mode, unsigned pbits, unsigned qbits,
mpi_add_ui(g, g, 1);
if( DBG_CIPHER ) {
log_debug("checking g: ");
- mpi_print( stderr, g, 1 );
+ /*mpi_print( stderr, g, 1 );*/
+ #warning we need an internal mpi_print for debugging
}
else
progress('^');