Commit eb7ece13 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Typo.

parent 5c600465
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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--)
			{