Skip to content

Header files rename #234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

bjwtaylor
Copy link

Description

Add psa_ prefix to the files in /tf-psa-crypto/include/tf-psa-crypto directory (or any other way to make file names distinct).

PR checklist

  • changelog provided | not required because: TBC
  • framework PR not required
  • mbedtls development PR provided Mbed-TLS/mbedtls Header files rename mbedtls#10081
  • mbedtls 3.6 PR not required because: No backports
  • mbedtls 2.28 PR not required because: No backports
  • tests not required because: No changes

Signed-off-by: Ben Taylor <[email protected]>
@@ -1,5 +1,5 @@
/**
* \file tf-psa-crypto/build_info.h
* \file tf-psa-crypto/psa_build_info.h
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "psa_" prefix does not seem the best choice here. We rather use it for what is directly related to the PSA crypto specification. Like we have include/mbedtls/mbedtls_config.h, it should probably rather be include/tf-psa-crypto/tf_psa_crypto_build_info.h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants