src/tls13.c: fix typo introduced in commit 697d34c80d.

This commit is contained in:
Daniel Pouzzner
2021-03-18 00:04:53 -05:00
parent a3be049e0e
commit 717c0089c0

View File

@ -1485,6 +1485,7 @@ end:
#else
return (word32)(ktime_get_real_ns() / (ktime_t)1000000);
#endif
}
#elif defined(WOLFSSL_QNX_CAAM)
word32 TimeNowInMilliseconds(void)
{