mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-31 19:21:18 +00:00
Fix typo in mbedtls_pk_can_do_ext() documentation
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
ce1d2397d2
commit
cec133a242
@ -413,7 +413,7 @@ int mbedtls_pk_can_do( const mbedtls_pk_context *ctx, mbedtls_pk_type_t type );
|
|||||||
|
|
||||||
#if defined(MBEDTLS_USE_PSA_CRYPTO)
|
#if defined(MBEDTLS_USE_PSA_CRYPTO)
|
||||||
/**
|
/**
|
||||||
* \brief Tell if context can do the operation given by PSA algorighm
|
* \brief Tell if context can do the operation given by PSA algorithm
|
||||||
*
|
*
|
||||||
* \param ctx The context to query. It must have been initialized.
|
* \param ctx The context to query. It must have been initialized.
|
||||||
* \param alg PSA algorithm to check against, the following are allowed:
|
* \param alg PSA algorithm to check against, the following are allowed:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user