This commit is contained in:
Dr. Stephen Henson 2013-03-19 12:41:13 +00:00
parent 5c60046553
commit eb7ece1381

View File

@ -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--)
{