mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
Fix missing label for guard
Fixes #3294 Signed-off-by: John Durkop <john.durkop@fermatsoftware.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user