mbedtls/include/psa
Gilles Peskine 058e0b9963 Avoid empty unions
When no algorithms are present in a category (e.g. no AEAD algorithm),
the union in the corresponding operation structure was empty, which is
not valid C. Add a dummy field to avoid this.
2018-09-05 11:53:26 +03:00
..
crypto.h Typo in the documentation of psa_get_key_information 2018-09-05 11:53:26 +03:00
crypto_extra.h Add PSA crypto module 2018-09-05 10:59:00 +03:00
crypto_platform.h Add key management functions 2018-09-05 11:53:24 +03:00
crypto_struct.h Avoid empty unions 2018-09-05 11:53:26 +03:00