mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
5 lines
291 B
Text
5 lines
291 B
Text
API changes
|
|
* Direct access to fields of structures declared in public headers is no
|
|
longer supported except for fields that are documented public. Use accessor
|
|
functions instead. For more information, see the migration guide entry
|
|
"Most structure fields are now private".
|