Big thanks to @tobil4sk for the discussion and help! I have adopted the changes in #594 where we separate hashlink change and mbedtls files. Using the file name mbedtls_config.h dosn't work for me 3.6.x Visual Studio build (it's probably including the one in mbedtls/), so I'll just use another filename.
I made multiple commits, which are all valid and will allow us to use previous version if needed.
Note: As for now, the only change made to include/mbedtls:
Basically similar to #594 but 3.6.1.
Big thanks to @tobil4sk for the discussion and help! I have adopted the changes in #594 where we separate hashlink change and mbedtls files. Using the file name
mbedtls_config.h
dosn't work for me 3.6.x Visual Studio build (it's probably including the one inmbedtls/
), so I'll just use another filename. I made multiple commits, which are all valid and will allow us to use previous version if needed.Note: As for now, the only change made to include/mbedtls:
include/mbedtls/library/entropy_poll.c
add include just after<bcrypt.h>
(c.f. https://github.com/Mbed-TLS/mbedtls/pull/9055)