1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Remove C from code block

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman
2021-06-30 19:58:00 +01:00
parent 10963278e7
commit 26c12eb523

View File

@@ -725,7 +725,7 @@ If you prefer a different order, call `mbedtls_ssl_conf_curves()` when configuri
### SSL key export interface change ### SSL key export interface change
This affects users of the SSL key export APIs: This affects users of the SSL key export APIs:
```C ```
mbedtls_ssl_conf_export_keys_cb() mbedtls_ssl_conf_export_keys_cb()
mbedtls_ssl_conf_export_keys_ext_cb() mbedtls_ssl_conf_export_keys_ext_cb()
``` ```