From d46ede0d37cbe9148fadf782e2ca85f067bdc08a Mon Sep 17 00:00:00 2001 From: John Durkop Date: Mon, 24 Aug 2020 09:51:00 -0700 Subject: [PATCH] Fix missing label for guard Fixes #3294 Signed-off-by: John Durkop --- 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 33253a4d2..6983d1475 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c @@ -996,7 +996,7 @@ static int pk_ecdsa_sig_asn1_from_psa( unsigned char *sig, size_t *sig_len, return( 0 ); } -#endif +#endif /* MBEDTLS_ECDSA_C */ static int pk_opaque_sign_wrap( void *ctx, mbedtls_md_type_t md_alg, const unsigned char *hash, size_t hash_len,