From 5c593af27166bf52797d8ff3da2aa1019e3f2df7 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 2 Feb 2023 12:21:18 +0100 Subject: [PATCH] pk_wrap: fix comment on closing #endif Signed-off-by: Valerio Setti --- library/pk_wrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/pk_wrap.c b/library/pk_wrap.c index b568b7119c..e17b7dd476 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c @@ -738,7 +738,7 @@ cleanup: 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),