mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
7 lines
366 B
Markdown
7 lines
366 B
Markdown
To update this, change the version/branch in `thirdparty/mbedtls/update.vsh`,
|
|
then run `./v thirdparty/mbedtls/update.vsh` .
|
|
|
|
The patch containing the local changes, that needs to be applied is in:
|
|
`thirdparty/mbedtls/mbedtls.patch` . It may need changes for the new version too.
|
|
|
|
BTW, you can generate a new patch by `diff -ur mbedtls.orig mbedtls > mbedtls.patch`
|