mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-13 19:21:32 +03:00
Rename project_crypto_name
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
@ -33,7 +33,7 @@ def crypto_core_directory(root: Optional[str] = None) -> str:
|
||||
else:
|
||||
raise Exception('Neither Mbed TLS nor TF-PSA-Crypto source tree found')
|
||||
|
||||
def project_crypto_name(root: Optional[str] = None) -> str:
|
||||
def crypto_library_filename(root: Optional[str] = None) -> str:
|
||||
"""Return the crypto library filename for either TF-PSA-Crypto or Mbed TLS."""
|
||||
if root is None:
|
||||
root = guess_project_root()
|
||||
|
Reference in New Issue
Block a user