Merge pull request #3890 from douzzer/fix-linuxkm-tls13-typo

src/tls13.c: fix typo introduced in commit 697d34c80d.
This commit is contained in:
David Garske
2021-03-18 07:36:58 -07:00
committed by GitHub

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