* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately in
debugging code that's seldom used.
This commit is contained in:
parent
c3a5b7b82a
commit
d1451f18d9
@ -361,7 +361,7 @@ int tls1_change_cipher_state(SSL *s, int which)
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
for (i=0; i<s->s3->tmp.key_block_length; i++)
|
for (i=0; i<s->s3->tmp.key_block_length; i++)
|
||||||
printf("%02x", key_block[i]); printf("\n");
|
printf("%02x", s->s3->tmp.key_block[i]); printf("\n");
|
||||||
}
|
}
|
||||||
#endif /* KSSL_DEBUG */
|
#endif /* KSSL_DEBUG */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user