commit | f07031aa989ee8e4204687b0bd30d823727c9950 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Feb 06 10:16:47 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Feb 06 10:28:38 2014 +0100 |
tree | 00cfa2c029ee0a2673f0f1df034d5b3d4543b872 | |
parent | f6dc5e1d169111d6443ef376553dfa0a1df1a5d8 [diff] |
debug_ecp: don't print Z, always 1
diff --git a/library/debug.c b/library/debug.c index 371cbf9..4e674e1 100644 --- a/library/debug.c +++ b/library/debug.c
@@ -149,10 +149,6 @@ snprintf( str, maxlen, "%s(Y)", text ); str[maxlen] = '\0'; debug_print_mpi( ssl, level, file, line, str, &X->Y ); - - snprintf( str, maxlen, "%s(Z)", text ); - str[maxlen] = '\0'; - debug_print_mpi( ssl, level, file, line, str, &X->Z ); } #endif /* POLARSSL_ECP_C */