commit | 5c593af27166bf52797d8ff3da2aa1019e3f2df7 | [log] [tgz] |
---|---|---|
author | Valerio Setti <valerio.setti@nordicsemi.no> | Thu Feb 02 12:21:18 2023 +0100 |
committer | Valerio Setti <valerio.setti@nordicsemi.no> | Tue Feb 07 08:02:23 2023 +0100 |
tree | ee304758c9408ae489eb966e82b6e61c3231b51b | |
parent | 0568decc0c1d96546178ad16985da0d3913437e2 [diff] [blame] |
pk_wrap: fix comment on closing #endif Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
diff --git a/library/pk_wrap.c b/library/pk_wrap.c index b568b71..e17b7dd 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c
@@ -738,7 +738,7 @@ return ret; } #endif /* MBEDTLS_ECP_RESTARTABLE */ -#endif /* MBEDTLS_ECDSA_C */ +#endif /* MBEDTLS_PK_CAN_ECDSA_SOME */ static int eckey_check_pair(const void *pub, const void *prv, int (*f_rng)(void *, unsigned char *, size_t),