mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Typo.
This commit is contained in:
parent
5c60046553
commit
eb7ece1381
@ -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--)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user