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:
5c60046
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 19 Mar 2013 12:41:13 +0000
(12:41 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 19 Mar 2013 12:41:54 +0000
(12:41 +0000)
ssl/t1_enc.c
patch
|
blob
|
history
diff --git
a/ssl/t1_enc.c
b/ssl/t1_enc.c
index c6942ff881411db7a9f9be310f8341c99c7d6242..5d46bb24c1b95b49530235d8e96cb59c3d2fb6f9 100644
(file)
--- a/
ssl/t1_enc.c
+++ b/
ssl/t1_enc.c
@@
-1071,7
+1071,7
@@
printf("rec=");
{unsigned int z; for (z=0; z<rec->length; z++) printf("%02X ",buf[z]); printf("\n"); }
#endif
- if (SSL_IS_DTLS(ssl))
+ if (
!
SSL_IS_DTLS(ssl))
{
for (i=7; i>=0; i--)
{