commit | 1ed98bd14643d61cb1cf4ce4ca6ff6f60b3fafb9 | [log] [tgz] |
---|---|---|
author | Michael Thomas <michael.thomas@renesas.com> | Tue Feb 18 22:11:30 2020 +0000 |
committer | Michael Thomas <michael.thomas@renesas.com> | Tue Feb 18 22:11:30 2020 +0000 |
tree | 471b37b8e132b81dd006e4e19c0a353aa5e69334 | |
parent | d10cd66e1ad03945327b932196c15da9e875e78a [diff] [blame] |
made rsa import fn non-static
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 0204272..2f57b20 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -533,7 +533,7 @@ return( status ); } -static psa_status_t psa_import_rsa_key( psa_key_type_t type, +psa_status_t psa_import_rsa_key( psa_key_type_t type, const uint8_t *data, size_t data_length, mbedtls_rsa_context **p_rsa )