-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compile errors when MBEDTLS_HAVE_TIME is not defined #3444
Fix compile errors when MBEDTLS_HAVE_TIME is not defined #3444
Conversation
Signed-off-by: Raoul Strackx <[email protected]>
|
The Mbed OS CI is failing for unrelated reasons at the moment, so you can ignore failures of the Mbed OS CI jobs. |
Hi, Gilles referred to your PR as it seems one of my commit in my PR 3449 is fixing same issue as submitted by your PR ? How would you want to go about it ? Thanks & Regards, |
Hi, I've been working with @naynajain and I'd like to help land this. I looked into the non-regression test. It's tricky. To pick up the bug we found, we need a build with |
Hi @daxtens, @naynajain, sorry for the late response, I've just come back from holiday. I don't have many cycles to burn, but I'd like to help/learn. |
Closing this PR as these changes are being does as part of #3624 |
When the library was being compiled without
MBEDTLS_HAVE_TIME
defined, it resulted in compile errors. This commit fixes those problems