don't use print_hex() from library

This commit is contained in:
Steffen Jaeckel
2017-06-08 11:55:07 +02:00
parent fe0b72ef51
commit 4e971a8518
5 changed files with 31 additions and 120 deletions
+6 -5
View File
@@ -19,24 +19,25 @@
#ifdef LTM_DESC
void init_LTM(void) {
void init_LTM(void)
{
ltc_mp = ltm_desc;
}
#endif
#ifdef TFM_DESC
void init_TFM(void) {
void init_TFM(void)
{
ltc_mp = tfm_desc;
}
#endif
/* *** use of GMP is untested ***
#ifdef GMP_DESC
void init_GMP(void) {
void init_GMP(void)
{
ltc_mp = gmp_desc;
}
#endif
*/
/* $Source$ */