mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-18 12:47:21 -04:00

Merge storage_common.h and internal_trusted_storage.h into a single file for convenience. Remove #include of <psa/error.h> which crypto doesn't have yet and include <psa/crypto_types.h> and <psa/crypto_values.h> instead. Drop __cplusplus support which we don't need. Tweak style (whitespace, line breaks, comment formatting) to satisfy check-names.sh and check-files.sh.