Commit 032e3a6c authored by Sathees Balya's avatar Sathees Balya
Browse files

romlib: Add calloc_free register function



Register functions have to be added to the
jump table to allow patching in the
future

Change-Id: I57a885f7fc6290ea74a6096aea5b1867b2098eb7
Signed-off-by: default avatarSathees Balya <sathees.balya@arm.com>
parent 6baf85b3
......@@ -31,9 +31,10 @@
20 mbedtls mbedtls_pk_init
21 mbedtls mbedtls_pk_parse_subpubkey
22 mbedtls mbedtls_pk_verify_ext
23 mbedtls mbedtls_platform_set_snprintf
24 mbedtls mbedtls_x509_get_rsassa_pss_params
25 mbedtls mbedtls_x509_get_sig_alg
26 mbedtls mbedtls_md_info_from_type
27 c exit
28 c atexit
\ No newline at end of file
23 mbedtls mbedtls_platform_set_calloc_free
24 mbedtls mbedtls_platform_set_snprintf
25 mbedtls mbedtls_x509_get_rsassa_pss_params
26 mbedtls mbedtls_x509_get_sig_alg
27 mbedtls mbedtls_md_info_from_type
28 c exit
29 c atexit
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment