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 */
|
||||
#ifdef SHOW_SECRETS
|
||||
{
|
||||
word32 j;
|
||||
printf("QSH generated secret material\n");
|
||||
printf("SerSi : ");
|
||||
@ -3070,6 +3071,7 @@ int MakeMasterSecret(WOLFSSL* ssl)
|
||||
printf("%02x", ssl->QSH_secret->CliSi->buffer[j]);
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user