Rename guess_mbedtls_root to guess_project_root
Rename for consistency. Also, replace all calls to this function with correct name. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
d35b94b662
commit
755d32117b
4 changed files with 8 additions and 8 deletions
|
@ -367,7 +367,7 @@ def generate_ssl_debug_helpers(output_directory, mbedtls_root):
|
|||
Generate functions of debug helps
|
||||
"""
|
||||
mbedtls_root = os.path.abspath(
|
||||
mbedtls_root or build_tree.guess_mbedtls_root())
|
||||
mbedtls_root or build_tree.guess_project_root())
|
||||
with open(os.path.join(mbedtls_root, 'include/mbedtls/ssl.h')) as f:
|
||||
source_code = remove_c_comments(f.read())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue