Comment typo fix in mbedtls_pk_can_do_ext()
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
5c5b116a49
commit
b80785f1a4
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ int mbedtls_pk_can_do_ext( const mbedtls_pk_context *ctx, psa_algorithm_t alg,
|
|||
PSA_KEY_USAGE_DECRYPT;
|
||||
break;
|
||||
default:
|
||||
/* Should never happend */
|
||||
/* Should never happen */
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue