projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c5d75d
)
* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately in
author
Richard Levitte
<levitte@openssl.org>
Fri, 21 Sep 2012 13:08:26 +0000
(13:08 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 21 Sep 2012 13:08:26 +0000
(13:08 +0000)
debugging code that's seldom used.
ssl/t1_enc.c
patch
|
blob
|
history
diff --git
a/ssl/t1_enc.c
b/ssl/t1_enc.c
index 793ea43e9025d8738cca5968b26640bda3c0c5ff..5a0bd66e4b3e297158b064f46949f613f369eb6b 100644
(file)
--- a/
ssl/t1_enc.c
+++ b/
ssl/t1_enc.c
@@
-350,7
+350,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 */