mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 16:18:08 +00:00
debug_ecp: don't print Z, always 1
This commit is contained in:
parent
f6dc5e1d16
commit
f07031aa98
1 changed files with 0 additions and 4 deletions
|
@ -149,10 +149,6 @@ void debug_print_ecp( const ssl_context *ssl, int level,
|
||||||
snprintf( str, maxlen, "%s(Y)", text );
|
snprintf( str, maxlen, "%s(Y)", text );
|
||||||
str[maxlen] = '\0';
|
str[maxlen] = '\0';
|
||||||
debug_print_mpi( ssl, level, file, line, str, &X->Y );
|
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 */
|
#endif /* POLARSSL_ECP_C */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue