提交 4d88fc81 编写于 作者: R Richard Levitte

* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately in

  debugging code that's seldom used.
上级 b8c59291
......@@ -361,7 +361,7 @@ int tls1_change_cipher_state(SSL *s, int which)
{
int 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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册