Comment typo fix in mbedtls_pk_can_do_ext()

Signed-off-by: Neil Armstrong <[email protected]>
This commit is contained in:
Neil Armstrong
2022-05-20 09:25:55 +02:00
parent 5c5b116a49
commit b80785f1a4
+1 -1
View File
@@ -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 );
}