aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaokang Qian <xiaokang.qian@arm.com>2023-09-12 10:25:43 +0000
committerXiaokang Qian <xiaokang.qian@arm.com>2023-09-26 09:09:20 +0000
commit1b61d6e13f79e9725a0acae1f6b07bae5a6b72b5 (patch)
tree6944f4ea634ea6e3ea1fa82e58f4519ff0ed7365
parent845693c5130c92ecdb9a6030b211941027930c8e (diff)
downloadmbedtls-1b61d6e13f79e9725a0acae1f6b07bae5a6b72b5.zip
mbedtls-1b61d6e13f79e9725a0acae1f6b07bae5a6b72b5.tar.gz
mbedtls-1b61d6e13f79e9725a0acae1f6b07bae5a6b72b5.tar.bz2
Change include guards of psa_crypto_driver_wrappers_no_static.h
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
-rw-r--r--library/psa_crypto_driver_wrappers_no_static.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/psa_crypto_driver_wrappers_no_static.h b/library/psa_crypto_driver_wrappers_no_static.h
index 0449ad0..4d2c73e 100644
--- a/library/psa_crypto_driver_wrappers_no_static.h
+++ b/library/psa_crypto_driver_wrappers_no_static.h
@@ -18,8 +18,8 @@
* limitations under the License.
*/
-#ifndef PSA_CRYPTO_DRIVER_WRAPPERS_H
-#define PSA_CRYPTO_DRIVER_WRAPPERS_H
+#ifndef PSA_CRYPTO_DRIVER_WRAPPERS_NO_STATIC_H
+#define PSA_CRYPTO_DRIVER_WRAPPERS_NO_STATIC_H
#include "psa/crypto.h"
#include "psa/crypto_driver_common.h"
@@ -43,6 +43,6 @@ psa_status_t psa_driver_wrapper_get_builtin_key(
psa_key_attributes_t *attributes,
uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length);
-#endif /* PSA_CRYPTO_DRIVER_WRAPPERS_H */
+#endif /* PSA_CRYPTO_DRIVER_WRAPPERS_NO_STATIC_H */
/* End of automatically generated file. */