You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
these files are in the same folder, so the paths should not include "mbedtls/"
I'm trying to include the headers in a standalone project and I'm getting errors about"mbedtls/*" file not found.
After doing the replacements, the headers compile OK.
The text was updated successfully, but these errors were encountered:
replace
https://github.com/ARMmbed/mbedtls/blob/development/include/mbedtls/ssl.h#L55
https://github.com/ARMmbed/mbedtls/blob/development/include/mbedtls/platform.h#L33
#include "mbedtls/platform_time.h"
with
#include "platform_time.h"
these files are in the same folder, so the paths should not include "mbedtls/"
I'm trying to include the headers in a standalone project and I'm getting errors about"mbedtls/*" file not found.
After doing the replacements, the headers compile OK.
The text was updated successfully, but these errors were encountered: