We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dae7e commit fe936c3Copy full SHA for fe936c3
ChangeLog
@@ -44,6 +44,9 @@ Bugfix
44
after use.
45
* Use `mbedtls_platform_zeroize()` instead of `memset()` for zeroization
46
of sensitive data in the example programs aescrypt2 and crypt_and_hash.
47
+ * Add explicit integer to enumeration type casts to example program
48
+ programs/pkey/gen_key which previously led to compilation failure
49
+ on some toolchains. Reported by phoenixmcallister. Fixes #2170.
50
51
Changes
52
* Removed support for Yotta as a build tool.
0 commit comments