mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-03 10:34:16 -04:00
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
@ -295,7 +295,7 @@ int mbedtls_pk_can_do_ext( const mbedtls_pk_context *ctx, psa_algorithm_t alg,
|
|||||||
PSA_KEY_USAGE_DECRYPT;
|
PSA_KEY_USAGE_DECRYPT;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
/* Should never happend */
|
/* Should never happen */
|
||||||
return( 0 );
|
return( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user