mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 05:01:12 +00:00
Fix missing label for guard
Fixes #3294 Signed-off-by: John Durkop <john.durkop@fermatsoftware.com>
This commit is contained in:
parent
af5363c24e
commit
d46ede0d37
|
@ -996,7 +996,7 @@ static int pk_ecdsa_sig_asn1_from_psa( unsigned char *sig, size_t *sig_len,
|
||||||
return( 0 );
|
return( 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif /* MBEDTLS_ECDSA_C */
|
||||||
|
|
||||||
static int pk_opaque_sign_wrap( void *ctx, mbedtls_md_type_t md_alg,
|
static int pk_opaque_sign_wrap( void *ctx, mbedtls_md_type_t md_alg,
|
||||||
const unsigned char *hash, size_t hash_len,
|
const unsigned char *hash, size_t hash_len,
|
||||||
|
|
Loading…
Reference in a new issue