forked from wolfSSL/wolfssl
make QSH debug compile for C89
This commit is contained in:
@ -3058,6 +3058,7 @@ int MakeMasterSecret(WOLFSSL* ssl)
|
|||||||
|
|
||||||
/* show secret SerSi and CliSi */
|
/* show secret SerSi and CliSi */
|
||||||
#ifdef SHOW_SECRETS
|
#ifdef SHOW_SECRETS
|
||||||
|
{
|
||||||
word32 j;
|
word32 j;
|
||||||
printf("QSH generated secret material\n");
|
printf("QSH generated secret material\n");
|
||||||
printf("SerSi : ");
|
printf("SerSi : ");
|
||||||
@ -3070,6 +3071,7 @@ int MakeMasterSecret(WOLFSSL* ssl)
|
|||||||
printf("%02x", ssl->QSH_secret->CliSi->buffer[j]);
|
printf("%02x", ssl->QSH_secret->CliSi->buffer[j]);
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user